GsVIEW2

Viewpoint position (Matrix-type)

struct GsVIEW2 {
        MATRIX view;
        GsCOORDINATE2 *super
};

Members

view Matrix for conversion from parent coordinates to viewpoint coordinates
super Pointer to the coordinate system that sets the viewpoint

Explanation

GsVIEW2 sets the viewpoint coordinate system.
It directly specifies the matrix for converting from the parent coordinate system to the viewpoint coordinate system in view.
The function that sets GsVIEW2 is GsSetView2().