
Public Member Functions | |
| TypeT | GetType () const |
| Vector3fT | GetPos () const |
Public Attributes | |
| MP_VertexT * | Vertices [2] |
| The vertices of this edge (pointing into the MorphPrimT::m_Vertices array). More... | |
| MP_FaceT * | Faces [2] |
| The faces this edge belongs to (pointing into the MorphPrimT::m_Faces array). More... | |
Public Attributes inherited from MP_PartT | |
| bool | m_Selected |
| Is this part/handle selected by the user? More... | |
Additional Inherited Members | |
Public Types inherited from MP_PartT | |
| enum | TypeT { TYPE_VERTEX, TYPE_EDGE } |
| MP_FaceT* MP_EdgeT::Faces[2] |
The faces this edge belongs to (pointing into the MorphPrimT::m_Faces array).
| MP_VertexT* MP_EdgeT::Vertices[2] |
The vertices of this edge (pointing into the MorphPrimT::m_Vertices array).