Record TVector2SmallInt
Unit
Declaration
type TVector2SmallInt = record
Description
Vector of 2 SmallInt values.
Overview
Nested Types
TIndex = 0..1; |
Fields
var Data: array [TIndex] of SmallInt; |
Methods
class operator + (const A, B: TVector2SmallInt): TVector2SmallInt; inline; |
|
class operator - (const A, B: TVector2SmallInt): TVector2SmallInt; inline; |
|
class operator - (const V: TVector2SmallInt): TVector2SmallInt; inline; |
|
function ToString: string; |
|
class function Zero: TVector2SmallInt; static; inline; |
Properties
property Items [constIndex: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; |
|
Fields
var Data: array [TIndex] of SmallInt; |
|
Methods
class operator + (const A, B: TVector2SmallInt): TVector2SmallInt; inline; |
|
class operator - (const A, B: TVector2SmallInt): TVector2SmallInt; inline; |
|
class operator - (const V: TVector2SmallInt): TVector2SmallInt; inline; |
|
function ToString: string; |
|
class function Zero: TVector2SmallInt; static; inline; |
|
Properties
property Items [constIndex:TIndex]: SmallInt read GetItems write SetItems; |
|
property X: SmallInt index 0 read GetItemsInt write SetItemsInt; |
|
property Y: SmallInt index 1 read GetItemsInt write SetItemsInt; |
|
Generated by PasDoc 0.16.0.