Tao.Ode SDK Documentation

Ode.dGeomBoxSetLengths Method 

Set the side lengths of the given box.

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

Parameters

box
the box to be set
lx
length of the x side
ly
length of the y side
lz
length of the z side

See Also

Ode Class | Tao.Ode Namespace