Tao.Ode SDK Documentation

Ode.dGeomGetOffsetPosition Method 

Get the offset position vector of a geom. Returns the positional offset of the geom in local coordinates. If the geom has no offset, this function returns the zero vector.

[Visual Basic]
Public Shared Function dGeomGetOffsetPosition( _
   ByVal geom As IntPtr _
) As dVector3
[C#]
public static dVector3 dGeomGetOffsetPosition(
   IntPtr geom
);

Parameters

geom
the geom to query.

Return Value

A pointer to the geom's offset vector.

Remarks

The returned value is a pointer to the geom's internal data structure. It is valid until any changes are made to the geom.

See Also

Ode Class | Tao.Ode Namespace