record _TMatrix4Helper

DescriptionHierarchyFieldsMethodsProperties

Unit

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.