Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector3B

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

IndexNamespace Index

Vector3B Struct

public struct Vector3B

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Member Description
[static Vector3B Backward](VRageMath.Vector3B.Backward)
[static Vector3B Down](VRageMath.Vector3B.Down)
[static Vector3B Forward](VRageMath.Vector3B.Forward)
[static Vector3B Left](VRageMath.Vector3B.Left)
[static Vector3B Right](VRageMath.Vector3B.Right)
[static Vector3B Up](VRageMath.Vector3B.Up)
[static Vector3B Zero](VRageMath.Vector3B.Zero)
[sbyte X](VRageMath.Vector3B.X)
[sbyte Y](VRageMath.Vector3B.Y)
[sbyte Z](VRageMath.Vector3B.Z)

Constructors

Member Description
[Vector3B(sbyte, sbyte, sbyte)](VRageMath.Vector3B..ctor)
[Vector3B(Vector3I)](VRageMath.Vector3B..ctor)

Methods

Member Description
[static Vector3B Fit(Vector3, float)](VRageMath.Vector3B.Fit) Puts Vector3 into Vector3B, value -127 represents -range, 128 represents range
[static Vector3B Round(Vector3)](VRageMath.Vector3B.Round)
[bool Equals(object)](VRageMath.Vector3B.Equals)
[int GetHashCode()](VRageMath.Vector3B.GetHashCode)
[string ToString()](VRageMath.Vector3B.ToString)
Clone this wiki locally