Record TVector4Byte

Unit

Declaration

type TVector4Byte = record

Description

Vector of 4 Byte values.

Overview

Internal Types

TIndex = 0..3;

Fields

var Data: array [TIndex] of Byte;

Methods

class operator + (const A, B: TVector4Byte): TVector4Byte; inline;
class operator - (const A, B: TVector4Byte): TVector4Byte; inline;
class operator - (const V: TVector4Byte): TVector4Byte; inline;
function ToString: string;
function IsZero: boolean; inline;
class function Equals(const V1, V2: TVector4Byte): boolean; static; inline;
class function Zero: TVector4Byte; static;

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;
property W: Byte index 3 read GetItemsInt write SetItemsInt;

Description

Internal Types

TIndex = 0..3;
 

Fields

var Data: array [TIndex] of Byte;
 

Methods

class operator + (const A, B: TVector4Byte): TVector4Byte; inline;
 
class operator - (const A, B: TVector4Byte): TVector4Byte; inline;
 
class operator - (const V: TVector4Byte): TVector4Byte; inline;
 
function ToString: string;
 
function IsZero: boolean; inline;
 
class function Equals(const V1, V2: TVector4Byte): boolean; static; inline;
 
class function Zero: TVector4Byte; static;
 

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;
 
property W: Byte index 3 read GetItemsInt write SetItemsInt;
 

Generated by PasDoc 0.15.0.