QuadTreeValue

indigo.shared.trees.QuadTreeValue
See theQuadTreeValue companion object
final case class QuadTreeValue[S, T](location: S, value: T)

Holds the spatial location (e.g. a Vertex) and the value.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toTuple: (S, T)

Converts QuadTreeValue to a tuple of (S, T).

Converts QuadTreeValue to a tuple of (S, T).

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product