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