Class MyMortonCode3D
Inheritance
System.Object
MyMortonCode3D
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public static class MyMortonCode3D : Object
Methods
Decode(Int32, out Vector3I)
Declaration
public static void Decode(int code, out Vector3I value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | code | |
Vector3I | value |
Encode(ref Vector3I)
Declaration
public static int Encode(ref Vector3I value)
Parameters
Type | Name | Description |
---|---|---|
Vector3I | value |
Returns
Type | Description |
---|---|
System.Int32 |