- cpp3ds
- Vertex
This is the complete list of members for cpp3ds::Vertex, including all inherited members.
color | cpp3ds::Vertex | |
operator delete(void *p) (defined in cpp3ds::Vertex) | cpp3ds::Vertex | static |
operator delete[](void *p) (defined in cpp3ds::Vertex) | cpp3ds::Vertex | static |
operator new(std::size_t size) (defined in cpp3ds::Vertex) | cpp3ds::Vertex | static |
operator new[](std::size_t size) (defined in cpp3ds::Vertex) | cpp3ds::Vertex | static |
position | cpp3ds::Vertex | |
texCoords | cpp3ds::Vertex | |
Vertex() | cpp3ds::Vertex | |
Vertex(const Vector2f &thePosition) | cpp3ds::Vertex | |
Vertex(const Vector2f &thePosition, const Color &theColor) | cpp3ds::Vertex | |
Vertex(const Vector2f &thePosition, const Vector2f &theTexCoords) | cpp3ds::Vertex | |
Vertex(const Vector2f &thePosition, const Color &theColor, const Vector2f &theTexCoords) | cpp3ds::Vertex |