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