Record TVector4Integer
Unit
Declaration
type TVector4Integer = record
Description
Vector of 4 Integer values.
Overview
Nested Types
![]() |
TIndex = 0..3; |
Fields
![]() |
var Data: array [TIndex] of 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 Items [constIndex:TIndex]: Integer read GetItems write SetItems; |
![]() |
property X: Integer index 0 read GetItemsInt write SetItemsInt; |
![]() |
property Y: Integer index 1 read GetItemsInt write SetItemsInt; |
![]() |
property Z: Integer index 2 read GetItemsInt write SetItemsInt; |
![]() |
property W: Integer index 3 read GetItemsInt write SetItemsInt; |
Description
Nested Types
![]() |
TIndex = 0..3; |
Fields
![]() |
var Data: array [TIndex] of 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 Items [constIndex:TIndex]: Integer read GetItems write SetItems; |
![]() |
property X: Integer index 0 read GetItemsInt write SetItemsInt; |
![]() |
property Y: Integer index 1 read GetItemsInt write SetItemsInt; |
![]() |
property Z: Integer index 2 read GetItemsInt write SetItemsInt; |
![]() |
property W: Integer index 3 read GetItemsInt write SetItemsInt; |
Generated by PasDoc 0.16.0.
