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

VRageMath.Vector3B

Morten Aune Lyrstad edited this page Apr 16, 2022 · 42 revisions

IndexNamespace Index

Vector3B Struct

public struct Vector3B

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Member Description
static Vector3B Backward
static Vector3B Down
static Vector3B Forward
static Vector3B Left
static Vector3B Right
static Vector3B Up
static Vector3B Zero
sbyte X
sbyte Y
sbyte Z

Constructors

Member Description
Vector3B(sbyte, sbyte, sbyte)
Vector3B(Vector3I)

Methods

Member Description
static Vector3B Fit(Vector3, float) Puts Vector3 into Vector3B, value -127 represents -range, 128 represents range
static Vector3B Round(Vector3)
bool Equals(object)
int GetHashCode()
string ToString()

Clone this wiki locally