Packed Record TVector4Integer
Unit
Declaration
type TVector4Integer = packed record
Description
Vector of 4 Integer values.
Overview
Nested Types
![]() |
TIndex = 0..3; |
Fields
![]() |
var X: Integer; |
![]() |
var Y: Integer; |
![]() |
var Z: Integer; |
![]() |
var W: Integer; |
Methods
![]() |
class operator + (const A, B: TVector4Integer): TVector4Integer; inline; |
![]() |
class operator - (const A, B: TVector4Integer): TVector4Integer; inline; |
![]() |
class operator - (const V: TVector4Integer): TVector4Integer; inline; |
![]() |
function ToString: string; |
![]() |
function IsZero: boolean; inline; |
![]() |
class function Equals(const V1, V2: TVector4Integer): boolean; static; inline; |
![]() |
class function Zero: TVector4Integer; static; inline; |
Properties
![]() |
property Data [const Index: TIndex]: Integer read GetItems write SetItems; deprecated 'use instead X, Y, Z, W fields'; |
![]() |
property AsArray [const Index: TIndex]: Integer read GetItems; |
![]() |
property Items [const Index: TIndex]: Integer read GetItems write SetItems; deprecated 'use instead X, Y, Z, W fields'; |
Description
Nested Types
![]() |
TIndex = 0..3; |
This item has no description. |
Fields
![]() |
var X: Integer; |
This item has no description. |
![]() |
var Y: Integer; |
This item has no description. |
![]() |
var Z: Integer; |
This item has no description. |
![]() |
var W: Integer; |
This item has no description. |
Methods
![]() |
class operator + (const A, B: TVector4Integer): TVector4Integer; inline; |
This item has no description. |
![]() |
class operator - (const A, B: TVector4Integer): TVector4Integer; inline; |
This item has no description. |
![]() |
class operator - (const V: TVector4Integer): TVector4Integer; inline; |
This item has no description. |
![]() |
function ToString: string; |
This item has no description. |
![]() |
function IsZero: boolean; inline; |
This item has no description. |
![]() |
class function Equals(const V1, V2: TVector4Integer): boolean; static; inline; |
This item has no description. |
![]() |
class function Zero: TVector4Integer; static; inline; |
This item has no description. |
Properties
![]() |
property Data [const Index: TIndex]: Integer read GetItems write SetItems; deprecated 'use instead X, Y, Z, W fields'; |
Warning: this symbol is deprecated: use instead X, Y, Z, W fields Access (get, set) vector components by index. We discourage using it. Use X, Y, Z, W to change vector components. Use AsArray to access it by index, read-only. |
![]() |
property AsArray [const Index: TIndex]: Integer read GetItems; |
Get vector components by index. |
![]() |
property Items [const Index: TIndex]: Integer read GetItems write SetItems; deprecated 'use instead X, Y, Z, W fields'; |
Warning: this symbol is deprecated: use instead X, Y, Z, W fields This item has no description. |
Generated by PasDoc 0.16.0.