NewtonUserMeshCollisionRayHitDesc

From Newton Wiki
Revision as of 06:06, 18 June 2019 by WikiSysop (talk | contribs) (Created page with "<source lang="cpp"> typedef struct NewtonUserMeshCollisionRayHitDesc { dFloat m_p0[4]; dFloat m_p1[4]; dFloat m_normalOut[4]; d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
	typedef struct NewtonUserMeshCollisionRayHitDesc
	{
		dFloat m_p0[4];							
		dFloat m_p1[4];                         
		dFloat m_normalOut[4];					
		dLong m_userIdOut;						
		void* m_userData;                       
	} NewtonUserMeshCollisionRayHitDesc;