Tao.Ode SDK Documentation

Ode.dGeomCapsuleGetParams Method 

Return in radius and length the parameters of the given capsule.

[Visual Basic]
Public Shared Sub dGeomCapsuleGetParams( _
   ByVal capsule As IntPtr, _
   ByRef radius As Single, _
   ByRef length As Single _
)
[C#]
public static void dGeomCapsuleGetParams(
   IntPtr capsule,
   ref float radius,
   ref float length
);

Parameters

capsule
the capsule to query
radius
a reference to the dReal variable to hold the returned radius
length
a reference to the dReal variable to hold the returned length

See Also

Ode Class | Tao.Ode Namespace