VRageMath
Vector4UByte
Assembly: VRage.Math.dll
public struct Vector4UByte
Fields
| Member | Description |
|---|---|
| W | |
| X | |
| Y | |
| Z |
Properties
| Member | Description |
|---|---|
| Item |
Constructors
| Member | Description |
|---|---|
| Vector4UByte(byte, byte, byte, byte) |
Methods
| Member | Description |
|---|---|
| static Normalize(Vector3, float) | Normalizes Vector3 into Vector4UByte, scales vector from (-range, range) to (0, 255) |
| static Round(Vector3) | |
| static Round(Vector4) | |
| ToString() |