Brunot
Loading...
Searching...
No Matches
gfx::Line Member List

This is the complete list of members for gfx::Line, including all inherited members.

_colorgfx::Lineprivate
_p1gfx::Lineprivate
_p2gfx::Lineprivate
color() const -> const Vector4D &gfx::Line
color(const Vector4D &color) -> voidgfx::Line
Line(Vector4D p1, Vector4D p2, Vector4D color={1.0f, 0.0f, 0.0f, 1.0f})gfx::Lineinline
Line(std::pair< float, float > p1, std::pair< float, float > p2, Vector4D color={1.0f, 0.f, 0.f, 1.f})gfx::Lineinline
Line(const Line &other)=defaultgfx::Line
Line(Line &&other) noexcept=defaultgfx::Line
operator std::pair< gfx::Vertex, gfx::Vertex >() constgfx::Lineexplicit
operator*(const AffineMatrix &transform, const Line &line) ->Linegfx::Linefriend
operator*=(Line &line, const AffineMatrix &transform) ->Line &gfx::Linefriend
operator=(const Line &other) -> Line &=defaultgfx::Line
operator=(Line &&other) noexcept -> Line &=defaultgfx::Line
p1() const -> const Vector4D &gfx::Line
p1(const Vector4D &p1) -> voidgfx::Line
p2() const -> const Vector4D &gfx::Line
p2(const Vector4D &p2) -> voidgfx::Line