FastMathAbout FastMath Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers License |
record _TMatrix3Helper
Unit
Neslib.FastMath
Declaration
type _TMatrix3Helper = record helper for TMatrix3
Description
Adds common constants of type TMatrix3
Overview
Fields
internal const Zero : TMatrix3 = (M: ((0, 0, 0), (0, 0, 0), (0, 0, 0))); |
internal const Identity: TMatrix3 = (M: ((1, 0, 0), (0, 1, 0), (0, 0, 1))); |
Methods
Description
Fields
internal const Zero : TMatrix3 = (M: ((0, 0, 0), (0, 0, 0), (0, 0, 0))); |
|
internal const Identity: TMatrix3 = (M: ((1, 0, 0), (0, 1, 0), (0, 0, 1))); |
|
Methods
procedure Init(const AMatrix: TMatrix4); overload; |
Initializes the matrix with a 4x4 matrix. The upper-left corner of the 4x4 matrix is copied to the 3x3 matrix.
Parameters
- AMatrix
- the source 4x4 matrix.
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|