NewtonMeshDoubleData

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