pXcon_getanchorpoint (ENTITY* entity, VECTOR* point)

Retrieves the global anchor position of a joint.

Parameters:

entity joint entity pointer
point set to the anchor position


Returns:

1 if successful, 0 otherwise.

Speed:

Fast

Example:

VECTOR vTemp;
pXcon_getanchorpoint ( wheel, vTemp);

See also:

pXcon_add, pXcon_getposition