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_
_byte Y_
_byte Z_
_byte W_
### Properties
_byte Item_
### Methods
_string ToString()_
static _Vector4UByte Round(Vector3 vec)_
static _Vector4UByte Round(Vector4 vec)_
static _Vector4UByte Normalize(Vector3 vec, float range)_ Normalizes Vector3 into Vector4UByte, scales vector from (-range, range) to (0, 255)

Clone this wiki locally