NewtonUserContactPoint

From Newton Wiki
Revision as of 06:05, 18 June 2019 by WikiSysop (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
	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;