implicit object Boundable extends Boundable[VoxelKey]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Boundable
- Boundable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
combine(b1: KeyBounds[VoxelKey], b2: KeyBounds[VoxelKey]): KeyBounds[VoxelKey]
- Definition Classes
- Boundable
-
def
include(p: VoxelKey, bounds: KeyBounds[VoxelKey]): KeyBounds[VoxelKey]
- Definition Classes
- Boundable
-
def
includes(p: VoxelKey, bounds: KeyBounds[VoxelKey]): Boolean
- Definition Classes
- Boundable
-
def
intersect(b1: KeyBounds[VoxelKey], b2: KeyBounds[VoxelKey]): Option[KeyBounds[VoxelKey]]
- Definition Classes
- Boundable
-
def
intersects(b1: KeyBounds[VoxelKey], b2: KeyBounds[VoxelKey]): Boolean
- Definition Classes
- Boundable
- def maxBound(a: VoxelKey, b: VoxelKey): VoxelKey
- def minBound(a: VoxelKey, b: VoxelKey): VoxelKey