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

Member Description
byte X
byte Y
byte Z
byte W

Properties

Member Description
byte Item

Methods

Member Description
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