case class VoxelKey(x: Int, y: Int, z: Int) extends Product with Serializable
A three-dimensional spatial key. A voxel is the 3D equivalent of a pixel.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoxelKey
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All