Record TVector3Cardinal
Unit
CastleVectors
Declaration
type TVector3Cardinal = record
Description
Vector of 3 Cardinal values.
Overview
Nested Types
Fields
|
var X: Cardinal; |
|
var Y: Cardinal; |
|
var Z: Cardinal; |
Methods
Properties
|
property Data [constIndex:TIndex]: Cardinal read GetItems write SetItems; deprecated 'use instead X, Y, Z fields'; |
|
property AsArray [constIndex:TIndex]: Cardinal read GetItems; |
|
property Items [constIndex:TIndex]: Cardinal read GetItems write SetItems; deprecated 'use instead X, Y, Z fields'; |
Description
Nested Types
|
TIndex = 0..2; |
|
Fields
|
var X: Cardinal; |
|
|
var Y: Cardinal; |
|
|
var Z: Cardinal; |
|
Methods
|
function ToString: string; |
|
|
function IsZero: boolean; inline; |
|
Properties
|
property Data [constIndex:TIndex]: Cardinal read GetItems write SetItems; deprecated 'use instead X, Y, Z fields'; |
Warning: this symbol is deprecated: use instead X, Y, Z fields
Access (get, set) vector components by index. We discourage using it. Use X, Y, Z to change vector components. Use AsArray to access it by index, read-only.
|
|
property AsArray [constIndex:TIndex]: Cardinal read GetItems; |
Get vector components by index.
|
|
property Items [constIndex:TIndex]: Cardinal read GetItems write SetItems; deprecated 'use instead X, Y, Z fields'; |
Warning: this symbol is deprecated: use instead X, Y, Z fields |
Generated by PasDoc 0.16.0.