Tao.Ode SDK Documentation

Ode.dGeomCapsuleSetParams Method 

Set the parameters of the given capsule.

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

Parameters

capsule
the capsule to manipulate
radius
the new radius
length
the new length

See Also

Ode Class | Tao.Ode Namespace