SoViewingMatrixElement Class |
Stores the current viewing matrix.
Namespace: OIV.Inventor.Elements
The SoViewingMatrixElement type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Get | Returns current matrix from the state. | |
GetClassStackIndex | Obsolete. Returns the stack id for this element. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Pop | Pops element. | |
Push | Pushes element. | |
Set(SoState, SoNode, SbMatrix) | Calls Set(state, node, matrix, true). | |
Set(SoState, SoNode, SbMatrix, Boolean) | Sets the view matrix to the given matrix. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores the current viewing matrix - the non-projection part of the matrix set up by the camera. Because most operations on this matrix are atomic, it is considered a non-accumulating element.