Difference between revisions of "NewtonChamferCylinderParam"

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

Latest revision as of 05:59, 18 June 2019

	typedef struct NewtonChamferCylinderParam
	{
		dFloat m_radio;
		dFloat m_height;
	} NewtonChamferCylinderParam;