Record TVector3Integer
Unit
CastleVectors
Declaration
type TVector3Integer = record
Description
Vector of 3 Integer values.
Overview
Internal Types
Fields
Methods
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; |
Description
Internal Types
Fields
var Data: array [TIndex] of Integer; |
|
Methods
function ToString: string; |
|
function IsZero: boolean; inline; |
|
class function Equals(const V1, V2: TVector3Integer): boolean; 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; |
|
Generated by PasDoc 0.15.0.
|