NewtonChamferCylinderParam

From Newton Wiki
Revision as of 05:59, 18 June 2019 by WikiSysop (talk | contribs) (Created page with "<source lang="cpp"> typedef struct NewtonChamferCylinderParam { dFloat m_radio; dFloat m_height; } NewtonChamferCylinderParam; </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
	typedef struct NewtonChamferCylinderParam
	{
		dFloat m_radio;
		dFloat m_height;
	} NewtonChamferCylinderParam;