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. | |
| Public | Y: Byte |
|
This item has no description. | |
| Public | Z: Byte |
|
This item has no description. | |
| Public | W: Byte |
|
This item has no description. | |
| Public | Data: array [TIndex] of Byte |
|
This item has no description. | |
| Public | XY: TVector2Byte; |
|
This item has no description. | |
| Public | ZW: TVector2Byte |
|
This item has no description. | |
| Public | XYZ: TVector3Byte |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.