Table of Contents

Operator implicit operator

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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

point GridPoint3

Returns

Vector3

Remarks

Vector3 is to GridPoint3 what float is to int.