Difference between revisions of "NewtonMeshDoubleData"

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

Latest revision as of 06:04, 18 June 2019

	typedef struct NewtonMeshDoubleData
	{
		dFloat64* m_data;
		int* m_indexList;
		int m_strideInBytes;
	} NewtonMeshDoubleData;