Record TViewVectors
Unit
Declaration
type TViewVectors = record
Description
Express a 3D transformation as position, direction and up 3D vectors. Useful especially for cameras.
Source: base/castlevectors_single.inc (line 658).
Overview
Fields
| Public | Translation: TVector3; |
| Public | Direction: TVector3; |
| Public | Up: TVector3; |
Methods
| Public | function Matrix: TMatrix4; |
| Public | function RotationMatrix: TMatrix4; |
Description
Fields
| Public | Translation: TVector3; |
|
This item has no description. | |
| Public | Direction: TVector3; |
|
This item has no description. | |
| Public | Up: TVector3; |
|
This item has no description. | |
Methods
| Public | function Matrix: TMatrix4; |
|
This item has no description. | |
| Public | function RotationMatrix: TMatrix4; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.