Struct TuringVector3
public struct TuringVector3
- Inherited Members
- Extension Methods
Constructors
TuringVector3(float, float, float)
public TuringVector3(float x, float y, float z)
Parameters
TuringVector3(Vector3)
public TuringVector3(Vector3 v)
Parameters
vVector3
Fields
x
public float x
Field Value
y
public float y
Field Value
z
public float z
Field Value
Methods
ToVector3(bool)
Converts the TuringVector3 struct to Unity's corresponding Vector3 struct.
public Vector3 ToVector3(bool flipHandedness = true)
Parameters
flipHandednessboolFlag to specify whether to flip the resultant Vector3's handedness (e.g. from left to right or vice-versa).
Returns
- Vector3
Vector3 initialized based on the current state of the TuringVector3.