Brunot
Loading...
Searching...
No Matches
Line.cpp File Reference
#include "Line.h"
#include "Graphics/Vertex.h"
Include dependency graph for Line.cpp:

Functions

 Line::operator std::pair< gfx::Vertex, gfx::Vertex > () const
auto operator* (const AffineMatrix &transform, const Line &line) ->Line
auto operator*= (Line &line, const AffineMatrix &transform) ->Line &

Function Documentation

◆ Line::operator std::pair< gfx::Vertex, gfx::Vertex >()

Line::operator std::pair< gfx::Vertex, gfx::Vertex > ( ) const

◆ operator*()

auto operator* ( const AffineMatrix & transform,
const Line & line )->Line

◆ operator*=()

auto operator*= ( Line & line,
const AffineMatrix & transform )->Line &