Previous Next Up Title Contents Index Functions Index Top Library

COMPOSE MATRIX

PCOM


CALL SEQUENCE

CALL PCOM (XFRMTA, XFRMTB, ERRIND, XFRMTO).

INPUT PARAMETERS

REAL XFRMTA
Matrix A.
REAL XFRMTB
Matrix B.
OUTPUT PARAMETERS
INTEGER ERRIND
Error indicator
REAL XFRMTO
Matrix resulting from the matrix multiplication of A and B.

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns a homogeneous 3 x 3 matrix which is the product of XFRMTA and XFRMTB (XFRMTA x XFRMTB).

The returned matrix can be used as the transformation matrix for the SET LOCAL TRANSFORMATION MATRIX, SET GLOBAL TRANSFORMATION MATRIX and similar functions.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

Set global transformation, set local transformation, translate, scale, rotate, compose matrix, build transformation matrix, compose transformation matrix


Previous Next Up Title Contents Index Functions Index Top Library