VMirr

FUNCTION:

VMirr

TEMPLATE:

R3VECTOR *VMirr(R3VECTOR *r, R3VECTOR *point, R3VECTOR *center, R3VECTOR *axis);

PARAMETERS:

r - result

RETURN VALUE:

Address of the result vector 'r'.

DESCRIPTION:

Mirrors point 'point' in abs space about the line defined by 'center' and 'axis' For example: VMirr(&r, &p, VIdentityO(), VIdentityX());