GPVMT2 (wsid, view, matrix) |
Purpose
Use GPVMT2 to load the requested view matrix into the specified view table entry.
The 33 matrix is expanded by the graPHIGS API into a 44 matrix as follows:
|a b c| |a b 0 c| |d e f| ----> |d e 0 f| |g h i| |0 0 1 0| |g h 0 i|
The current value is set to the requested value when the workstation is updated.
When inquired, the matrix returned is the expanded 44 matrix.
Parameters
For the input view matrix, the elements must be in the following order:
|m11 m12 m13| |m21 m22 m23|---> (m11,m12,m13,m21.....m33) |m31 m32 m33|
Error Codes
Related Subroutines
RCP code
201329922 (X'0C000D02')