Tao.Ode SDK Documentation

Ode.dGeomCylinderGetParams Method 

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

See Also

Ode Class | Tao.Ode Namespace