Packed Record TVector4Byte

Unit

Declaration

type TVector4Byte = packed record

Description

Vector of 4 Byte values.

Source: base/castlevectors_byte.inc (line 105).

Overview

Fields

Public X: Byte
Public Y: Byte
Public Z: Byte
Public W: Byte
Public Data: array [TIndex] of Byte
Public XY: TVector2Byte;
Public ZW: TVector2Byte
Public XYZ: TVector3Byte

Description

Fields

Public X: Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 140).

Public Y: Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 140).

Public Z: Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 140).

Public W: Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 140).

Public Data: array [TIndex] of Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 141).

Public XY: TVector2Byte;

This item has no description.

Source: base/castlevectors_byte.inc (line 142).

Public ZW: TVector2Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 142).

Public XYZ: TVector3Byte

This item has no description.

Source: base/castlevectors_byte.inc (line 143).


Generated by PasDoc 0.17.0.snapshot.