VRageMath.Vector3B - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct Vector3B
Namespace: VRageMath
Assembly: VRage.Math.dll
Vector3B(sbyte x, sbyte y, sbyte z)
static Vector3B Fit(Vector3 vec, float range)
Puts Vector3 into Vector3B, value -127 represents -range, 128 represents range
static Vector3B Round(Vector3 vec)