This is the complete list of members for Mesh, including all inherited members.
Draw() const | Mesh | |
GetBounds(Vec3 &minBounds, Vec3 &maxBounds) const | Mesh | |
GetCenter() const | Mesh | |
GetIndices() const | Mesh | inline |
GetVertices() const | Mesh | inline |
Mesh(float *vertices, unsigned int vSize, unsigned int *indices, unsigned int iCount) | Mesh | |
Mesh(const std::vector< float > &vertices, const std::vector< unsigned int > &indices) | Mesh | |
~Mesh() | Mesh |