getEdgeIndex(unsigned int which) const | Triangle | |
getNormal() const | Triangle | |
getNormal(unsigned int which) const | Triangle | |
getObjectToTangentSpaceMatrix(unsigned int which) const | Triangle | |
getTextureCoordinates(unsigned int which) const | Triangle | |
getVertex(unsigned int which) const | Triangle | |
isFacing(const Vector &point) const | Triangle | |
m_edgeIndices | Triangle | [protected] |
m_model | Triangle | [protected] |
m_normal | Triangle | [protected] |
m_objectToTangentSpace | Triangle | [protected] |
m_textureCoordinates | Triangle | [protected] |
m_vertexNormals | Triangle | [protected] |
m_vertices | Triangle | [protected] |
operator<<(std::ostream &out, const Triangle &triangle) | Triangle | [friend] |
operator=(const Triangle &rhs) | Triangle | [private] |
Triangle(const Triangle ©) | Triangle | [private] |
Triangle(const MS3DTriangle *const triangle, const Model &model) | Triangle |