NewtonMeshFloatData

From Newton Wiki
Revision as of 06:04, 18 June 2019 by WikiSysop (talk | contribs) (Created page with "<source lang="cpp"> typedef struct NewtonMeshFloatData { dFloat* m_data; int* m_indexList; int m_strideInBytes; } NewtonMeshFloatData; </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
	typedef struct NewtonMeshFloatData
	{
		dFloat* m_data;
		int* m_indexList;
		int m_strideInBytes;
	} NewtonMeshFloatData;