This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Vector3B
Morten Aune Lyrstad edited this page Apr 16, 2022
·
41 revisions
← Index ← Namespace Index
public struct Vector3B
Namespace: VRageMath
Assembly: VRage.Math.dll
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) |
Member | Description |
---|---|
[Vector3B(sbyte, sbyte, sbyte)](VRageMath.Vector3B..ctor) | |
[Vector3B(Vector3I)](VRageMath.Vector3B..ctor) |
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) |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!