R3MxSpaceWarp

FUNCTION:

R3MxSpaceWarp

TEMPLATE:

void R3MxSpaceWarp(R3MATRIX M ,struct r3vector *fo,struct r3vector *fx,struct r3vector *fy,struct r3vector *fz,struct r3vector *to,struct r3vector *tx,struct r3vector *ty,struct r3vector *tz);

PARAMETERS:

R3MxSpaceWarp initializes a matrix which transforms points from space [f0,fx,fy,fz] to space [to,tx,ty,tz]. The function can be used to change object's current coordinate system to a new coordinate system

RETURN VALUE:

R3MxSpaceWarp initializes a matrix which transforms points from space [f0,fx,fy,fz] to space [to,tx,ty,tz]. The function can be used to change object's current coordinate system to a new coordinate system

DESCRIPTION:

R3MxSpaceWarp initializes a matrix which transforms points from space [f0,fx,fy,fz] to space [to,tx,ty,tz]. The function can be used to change object's current coordinate system to a new coordinate system