Tao.Ode SDK Documentation

Ode.dGeomBoxGetLengths Method 

Return in result the side lengths of the given box.

[Visual Basic]
Public Shared Sub dGeomBoxGetLengths( _
   ByVal box As IntPtr, _
   ByRef result As dVector3 _
)
[C#]
public static void dGeomBoxGetLengths(
   IntPtr box,
   ref dVector3 result
);

Parameters

box
the box to query
result
vector3 containing the side lengths

See Also

Ode Class | Tao.Ode Namespace