public Coordinate3D VoxelCoordinateToWorld( Coordinate3D voxelLocation )
Public Function VoxelCoordinateToWorld( _ ByVal voxelLocation As Coordinate3D _ ) As Coordinate3D
Parameters
- voxelLocation
- The location in the voxel space of the layer
Return Value
The input position transformed to world or "layer" space.