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

VRageMath.Vector3B

Malware edited this page Dec 25, 2018 · 41 revisions

Index

Vector3B Struct

private public sealed Vector3B
```csharp

**Namespace:** [VRageMath](VRageMath)  
**Assembly:** VRage.Math.dll

### Example

### Remarks

###### Fields

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

###### Methods

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