Public Member Functions | |
| KBezierPatch () | |
| ~KBezierPatch () | |
| void | GenerateVertices (KLVertex2 *pVertices, KPt &PatchSize) |
| KRVERTEXTYPE | GetVertexType () |
| KLVertex2 * | GetpVertices () |
| u16 | GetnVertices () |
| u16 * | GetpIndices () |
| u16 | GetnIndices () |
Protected Member Functions | |
| double | GetBezierPoint (double s, double t, KMatrix &m) |
Protected Attributes | |
| KLVertex2 * | m_pVertices |
| u16 | m_nVertices |
| u16 * | m_pIndices |
| u16 | m_nIndices |
Definition at line 22 of file BezierPatch.h.
1.5.1-p1