Difference between revisions of "NewtonCapsuleParam"

From Newton Wiki
Jump to: navigation, search
(Created page with "<source lang="cpp"> typedef struct NewtonCapsuleParam { dFloat m_radio0; dFloat m_radio1; dFloat m_height; } NewtonCapsuleParam; </source>")
 
(No difference)

Latest revision as of 05:59, 18 June 2019

	typedef struct NewtonCapsuleParam
	{
		dFloat m_radio0;
		dFloat m_radio1;
		dFloat m_height;
	} NewtonCapsuleParam;