Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray3D::cMesh Class Reference

#include <cMesh.h>

Inheritance diagram for Gray3D::cMesh:
Gray3D::cMeshT< WORD >

Public Member Functions

 UNITTEST_FRIEND (cMesh)
 
- Public Member Functions inherited from Gray3D::cMeshT< WORD >
 cMeshT (size_t nVertStride=0)
 
void FreeMesh ()
 

Additional Inherited Members

- Public Types inherited from Gray3D::cMeshT< WORD >
typedef WORD INDEX_t
 _TYPE_INDEX = WORD or INT32 More...
 
- Public Attributes inherited from Gray3D::cMeshT< WORD >
cMeshIndexT< WORD > m_Index
 Index into m_Verts buffer. More...
 
cMeshVertsV m_Verts
 flexible vertex format array. ASSUME first element is always cVector3f More...
 

Detailed Description

A memory copy of a mesh. INDEX_t = WORD similar to ID3DXBaseMesh

Member Function Documentation

◆ UNITTEST_FRIEND()

Gray3D::cMesh::UNITTEST_FRIEND ( cMesh  )

The documentation for this class was generated from the following file: