NewtonCylinderParam

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