Difference between revisions of "NewtonMeshFloatData"

From Newton Wiki
Jump to: navigation, search
(Created page with "<source lang="cpp"> typedef struct NewtonMeshFloatData { dFloat* m_data; int* m_indexList; int m_strideInBytes; } NewtonMeshFloatData; </source>")
 
(No difference)

Latest revision as of 06:04, 18 June 2019

	typedef struct NewtonMeshFloatData
	{
		dFloat* m_data;
		int* m_indexList;
		int m_strideInBytes;
	} NewtonMeshFloatData;