Record TVector3Byte

Unit

Declaration

type TVector3Byte = record

Description

Vector of 3 Byte values.

Overview

Internal Types

TIndex = 0..2;

Fields

var Data: array [TIndex] of Byte;

Methods

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

Description

Internal Types

TIndex = 0..2;
 

Fields

var Data: array [TIndex] of Byte;
 

Methods

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

Generated by PasDoc 0.15.0.