GridMap.mapToWorld

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

struct GridMap
@nogc nothrow const
Vector3
mapToWorld
(
in long x
,
in long y
,
in long z
)

Meta