Difference between revisions of "NewtonWorldGetConstraintCount"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonWorldGetConstraintCount

 int NewtonWorldGetConstraintCount(const NewtonWorld* newtonWorld);

Usage

Returns the total number of constraints in the given world.

Parameters

  • const NewtonWorld* newtonWorld - pointer to the Newton world.

Return

  • Number of constraints in the world.

Description

Returns the total number of constraints in the given world.

Remarks

Added in Newton 2.0

See also

NewtonWorldGetBodyCount