NewtonSphereParam

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