| Library | Module | Frames | Expand |
| /* readonly */ boolean | IsCurrent | |
| The boolean status that indicates if the view is current or not. | ||
| /* readonly */ /* optional */ string | Name | |
| The name of the view | ||
| pfcTransform3D | Transform | |
| The transformation matrix | ||
| void | Reset () | |
| This method resets a previously set view orientation back to the default orientation. | ||
| void | Rotate (pfcCoordAxis Axis, number Angle) | |
| This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree. | ||
| /* readonly */ boolean | IsCurrent |
|
The boolean status that indicates if the view is current or not. |
| /* readonly */ /* optional */ string | Name |
|
The name of the view |
| pfcTransform3D | Transform |
|
The transformation matrix Exceptions thrown (but not limited to): pfcXToolkitInvalidMatrix - The matrix is invalid or NULL. |
| void | Reset | () |
|
This method resets a previously set view orientation back to the default orientation. |
| void | Rotate | (pfcCoordAxis Axis, number Angle) |
|
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
|