Function GridMap.mapToWorld

Returns the position of a grid cell in the GridMap's local coordinate space.

Vector3 mapToWorld (
  const(long) x,
  const(long) y,
  const(long) z
) nothrow @nogc const;