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

VRageMath.Vector3B

Malware edited this page Dec 13, 2025 · 42 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace Index

Vector3B Struct

public struct Vector3B

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

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

Vector3B(sbyte x, sbyte y, sbyte z)

Vector3B(Vector3I vec)

Methods

static Vector3B Fit(Vector3 vec, float range)

Puts Vector3 into Vector3B, value -127 represents -range, 128 represents range

static Vector3B Round(Vector3 vec)

bool Equals(object obj)

int GetHashCode()

string ToString()

Clone this wiki locally