Difference between revisions of "NewtonUserContactPoint"

From Newton Wiki
Jump to: navigation, search
(Created page with "<source lang="cpp"> typedef struct NewtonUserContactPoint { dFloat m_point[4]; dFloat m_normal[4]; dLong m_shapeId0; dLong m_shapeId1; dFloat m_penetration; int...")
 
(No difference)

Latest revision as of 06:05, 18 June 2019

	typedef struct NewtonUserContactPoint
	{
		dFloat m_point[4];
		dFloat m_normal[4];
		dLong m_shapeId0;
		dLong m_shapeId1;
		dFloat m_penetration;
		int m_unused[3];
	} NewtonUserContactPoint;