Interface IGridToWorldMap<TPoint>
A one-way map that converts grid points to worls points. One-way maps are useful for maps that can automatically invert the map, such as VoronoiMap.
[Version(1, 8, 0)]
public interface IGridToWorldMap<TPoint> where TPoint : IGridPoint<TPoint>
Type Parameters
TPoint
- Extension Methods
Properties
this[TPoint]
Gets a world point given a grid point.
Vector2 this[TPoint point] { get; }
Parameters
point
TPoint