Branch

indigo.shared.trees.QuadTree.Branch
See theBranch companion enum
object Branch

Represents four quads that may or may not contain values.

Attributes

Companion
enum
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Branch.type

Members list

Value members

Concrete methods

def fromBounds[S, T](bounds: BoundingBox)(using SpatialOps[S]): Branch[S, T]

Create a QuadTree.Branch from it's bounds.

Create a QuadTree.Branch from it's bounds.

Attributes