Tao.Ode SDK Documentation

Ode.dGeomCylinderSetParams Method 

Set the parameters of the given cylinder.

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

Parameters

cylinder
the cylinder to manipulate
radius
the new radius
length
the new length

See Also

Ode Class | Tao.Ode Namespace