Tao.Ode SDK Documentation

Ode.dGeomCylinderSetParams Method 

[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
);

See Also

Ode Class | Tao.Ode Namespace