Difference between revisions of "NewtonUserMeshCollisionRayHitDesc"

From Newton Wiki
Jump to: navigation, search
(Created page with "<source lang="cpp"> typedef struct NewtonUserMeshCollisionRayHitDesc { dFloat m_p0[4]; dFloat m_p1[4]; dFloat m_normalOut[4]; d...")
 
(No difference)

Latest revision as of 06:06, 18 June 2019

	typedef struct NewtonUserMeshCollisionRayHitDesc
	{
		dFloat m_p0[4];							
		dFloat m_p1[4];                         
		dFloat m_normalOut[4];					
		dLong m_userIdOut;						
		void* m_userData;                       
	} NewtonUserMeshCollisionRayHitDesc;