Difference between revisions of "NewtonCylinderParam"

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

Latest revision as of 06:02, 18 June 2019

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