Class Vector3Extensions
Various extension methods for the Vector3 type.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public static class Vector3Extensions
Methods
ToGlobalPosition(Vector3)
Converts a single precision vector representing a position in shifted space into a global position with the exact same values, i.e. the conversion behaves as though the current shift were zero.
Declaration
public static GlobalPosition ToGlobalPosition(this Vector3 self)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | self | The single precision vector. |
Returns
Type | Description |
---|---|
GlobalPosition | The double precision vector. |