Operator implicit operator
implicit operator Vector3(GridPoint3)
Converts a grid point to a Vector3 with the same coordinates (as floats).
public static implicit operator Vector3(GridPoint3 point)Parameters
- pointGridPoint3
Returns
Remarks
Vector3 is to GridPoint3 what float is to int.