FastMathAbout FastMath Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers License |
record _TMatrix4Helper
Unit
Neslib.FastMath
Declaration
type _TMatrix4Helper = record helper for TMatrix4
Description
Adds common constants of type TMatrix4
Overview
Fields
internal const Zero : TMatrix4 = (M: ((0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))); |
internal const Identity: TMatrix4 = (M: ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1))); |
Description
Fields
internal const Zero : TMatrix4 = (M: ((0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))); |
|
internal const Identity: TMatrix4 = (M: ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1))); |
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|