Tao.Ode SDK Documentation

Ode.dQuadTreeSpaceCreate Method (IntPtr, Single, Single, Int32)

[Visual Basic]
Overloads Public Shared Function dQuadTreeSpaceCreate( _
   ByVal space As IntPtr, _
   ByRef centerX As Single, _
   ByRef extentsX As Single, _
   ByVal depth As Integer _
) As IntPtr
[C#]
public static IntPtr dQuadTreeSpaceCreate(
   IntPtr space,
   ref float centerX,
   ref float extentsX,
   int depth
);

See Also

Ode Class | Tao.Ode Namespace | Ode.dQuadTreeSpaceCreate Overload List