|
Brunot
|
This is the complete list of members for gfx::Line, including all inherited members.
| _color | gfx::Line | private |
| _p1 | gfx::Line | private |
| _p2 | gfx::Line | private |
| color() const -> const Vector4D & | gfx::Line | |
| color(const Vector4D &color) -> void | gfx::Line | |
| Line(Vector4D p1, Vector4D p2, Vector4D color={1.0f, 0.0f, 0.0f, 1.0f}) | gfx::Line | inline |
| Line(std::pair< float, float > p1, std::pair< float, float > p2, Vector4D color={1.0f, 0.f, 0.f, 1.f}) | gfx::Line | inline |
| Line(const Line &other)=default | gfx::Line | |
| Line(Line &&other) noexcept=default | gfx::Line | |
| operator std::pair< gfx::Vertex, gfx::Vertex >() const | gfx::Line | explicit |
| operator*(const AffineMatrix &transform, const Line &line) ->Line | gfx::Line | friend |
| operator*=(Line &line, const AffineMatrix &transform) ->Line & | gfx::Line | friend |
| operator=(const Line &other) -> Line &=default | gfx::Line | |
| operator=(Line &&other) noexcept -> Line &=default | gfx::Line | |
| p1() const -> const Vector4D & | gfx::Line | |
| p1(const Vector4D &p1) -> void | gfx::Line | |
| p2() const -> const Vector4D & | gfx::Line | |
| p2(const Vector4D &p2) -> void | gfx::Line |