Tao.Ode SDK Documentation

Ode.dGeomBoxSetLengths Method 

[Visual Basic]
Public Shared Sub dGeomBoxSetLengths( _
   ByVal box As IntPtr, _
   ByVal lx As Single, _
   ByVal ly As Single, _
   ByVal lz As Single _
)
[C#]
public static void dGeomBoxSetLengths(
   IntPtr box,
   float lx,
   float ly,
   float lz
);

See Also

Ode Class | Tao.Ode Namespace