Guillaume 1.0.0
Guillaume.
|
This is the complete list of members for Rectangle, including all inherited members.
addVertex(const Vertex &vertex) | Polygon | inline |
getHeight() const | Rectangle | inline |
getRotation(void) const | Polygon | inline |
getTranslation(void) const | Polygon | inline |
getVertices(void) const | Polygon | inline |
getWidth() const | Rectangle | inline |
Polygon(void) | Polygon | inline |
Polygon(const std::vector< Vertex > &vertices, const Vector< float, 3 > &rotation=Vector< float, 3 >()) | Polygon | inline |
Primitive(void) | Primitive | inline |
Rectangle(void) | Rectangle | inline |
setDimensions(float width, float height) | Rectangle | inline |
setHeight(float height) | Rectangle | inline |
setRotation(const Vector< float, 3 > &rotation) | Polygon | inline |
setTranslation(const Vector< float, 3 > &translation) | Polygon | inline |
setWidth(float width) | Rectangle | inline |
~Polygon(void) override=default | Polygon | |
~Primitive(void)=default | Primitive | virtual |
~Rectangle(void) override=default | Rectangle |