VIdentityO

FUNCTION:

VIdentityO

TEMPLATE:

R3VECTOR *VIdentityO();

PARAMETERS:

-

RETURN VALUE:

Address of IdentityO vector

DESCRIPTION:

RETURN VALUE address of vector which value is [0,0,0]. NOTE: this vector is read only.

SEE ALSO:

VidentityX, VidentityY, VidentityZ

EXAMPLE:
 /* generate points for circle */

 R3VECTOR points[10];

 R3VEllipse(points, 10, VIdentityO(), VIDentityX(), VIdentityY());