Record TVector2SmallInt
Unit
CastleVectors
Declaration
type TVector2SmallInt = record
Description
Vector of 2 SmallInt values.
Overview
Nested Types
Fields
Methods
Properties
 |
property Items [const Index: TIndex]: SmallInt read GetItems write SetItems; |
 |
property X: SmallInt index 0 read GetItemsInt write SetItemsInt; |
 |
property Y: SmallInt index 1 read GetItemsInt write SetItemsInt; |
Description
Nested Types
 |
TIndex = 0..1; |
This item has no description. |
Fields
 |
var Data: array [TIndex] of SmallInt; |
This item has no description. |
Methods
 |
function ToString: string; |
This item has no description. |
 |
class function Zero: TVector2SmallInt; static; inline; |
This item has no description. |
Properties
 |
property Items [const Index: TIndex]: SmallInt read GetItems write SetItems; |
This item has no description. |
 |
property X: SmallInt index 0 read GetItemsInt write SetItemsInt; |
This item has no description. |
 |
property Y: SmallInt index 1 read GetItemsInt write SetItemsInt; |
This item has no description. |
Generated by PasDoc 0.16.0.