Record TViewVectors
Unit
Declaration
type TViewVectors = record
Description
Express a 3D transformation as position, direction and up 3D vectors. Useful especially for cameras.
Overview
Fields
![]() |
Translation: TVector3; |
![]() |
Direction: TVector3; |
![]() |
Up: TVector3; |
Methods
![]() |
function Matrix: TMatrix4; |
![]() |
function RotationMatrix: TMatrix4; |
Description
Fields
![]() |
Translation: TVector3; |
This item has no description. |
![]() |
Direction: TVector3; |
This item has no description. |
![]() |
Up: TVector3; |
This item has no description. |
Methods
![]() |
function Matrix: TMatrix4; |
This item has no description. |
![]() |
function RotationMatrix: TMatrix4; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.