getMinCorner.Rd
Gets the x, y, z coordinates of the voxel space bottom left corner.
getMinCorner(vxsp)
# S4 method for VoxelSpace
getMinCorner(vxsp)
the VoxelSpace
object.
the x, y, z coordinates of the voxel space bottom left corner, as a numerical vector.
# load a voxel file
vxsp <- readVoxelSpace(system.file("extdata", "tls_sample.vox", package = "AMAPVox"))
# retrieve 'min_corner' parameter
getMinCorner(vxsp)
#> x y z
#> 4.0 1.0 -1.5