Difference between revisions of "NewtonSphereParam"

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

Revision as of 05:58, 18 June 2019

	typedef struct NewtonSphereParam
	{
		dFloat m_radio;
	} NewtonSphereParam;