Record TVector2Byte

Unit

Declaration

type TVector2Byte = record

Description

Vector of 2 Byte values.

See also
TVector3Byte
Vector of 3 Byte values.

Overview

Internal Types

TIndex = 0..1;

Fields

var Data: array [TIndex] of Byte;

Methods

class operator + (const A, B: TVector2Byte): TVector2Byte; inline;
class operator - (const A, B: TVector2Byte): TVector2Byte; inline;
class operator - (const V: TVector2Byte): TVector2Byte; inline;
function ToString: string;
function IsZero: boolean; inline;
class function Equals(const V1, V2: TVector2Byte): boolean; static; inline;
class function Zero: TVector2Byte; 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;

Description

Internal Types

TIndex = 0..1;
 

Fields

var Data: array [TIndex] of Byte;
 

Methods

class operator + (const A, B: TVector2Byte): TVector2Byte; inline;
 
class operator - (const A, B: TVector2Byte): TVector2Byte; inline;
 
class operator - (const V: TVector2Byte): TVector2Byte; inline;
 
function ToString: string;
 
function IsZero: boolean; inline;
 
class function Equals(const V1, V2: TVector2Byte): boolean; static; inline;
 
class function Zero: TVector2Byte; 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.