Record TVector4Byte
Unit
CastleVectors
Declaration
type TVector4Byte = record
Description
Vector of 4 Byte values.
Overview
Internal Types
Fields
Methods
Properties
property Items [constIndex:TIndex]: Byte read GetItems write SetItems; |
property X: Byte index 0 read GetItemsInt write SetItemsInt; |
property Y: Byte index 1 read GetItemsInt write SetItemsInt; |
property Z: Byte index 2 read GetItemsInt write SetItemsInt; |
property W: Byte index 3 read GetItemsInt write SetItemsInt; |
Description
Internal Types
Fields
var Data: array [TIndex] of Byte; |
|
Methods
function ToString: string; |
|
function IsZero: boolean; inline; |
|
class function Equals(const V1, V2: TVector4Byte): boolean; static; inline; |
|
Properties
property Items [constIndex:TIndex]: Byte read GetItems write SetItems; |
|
property X: Byte index 0 read GetItemsInt write SetItemsInt; |
|
property Y: Byte index 1 read GetItemsInt write SetItemsInt; |
|
property Z: Byte index 2 read GetItemsInt write SetItemsInt; |
|
property W: Byte index 3 read GetItemsInt write SetItemsInt; |
|
Generated by PasDoc 0.15.0.
|