Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector4UByte

Malware edited this page Dec 21, 2018 · 43 revisions

Index

Vector4UByte Struct

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

[`byte X`](VRageMath.X)
[`byte Y`](VRageMath.Y)
[`byte Z`](VRageMath.Z)
[`byte W`](VRageMath.W)
### Properties
[`byte Item`](VRageMath.Item)
### Methods
[`string ToString()`](VRageMath.ToString)
static [`Vector4UByte Round(Vector3 vec)`](VRageMath.Round)
static [`Vector4UByte Round(Vector4 vec)`](VRageMath.Round)
static [`Vector4UByte Normalize(Vector3 vec, float range)`](VRageMath.Normalize) Normalizes Vector3 into Vector4UByte, scales vector from (-range, range) to (0, 255)

Clone this wiki locally