problemutils

package problemutils

Type members

Types

type Edge[V] = Edge[V]
type Graph[V] = Graph[V]
type Hex = Hex
type LazyGraph[V] = LazyGraph[V]
type Matrix[A] = Matrix[A]
type Path[V] = Path[V]
type Pos2D = Vec2
type Pos3D = Vec3
type Vec2 = (Int, Int)
type Vec3 = (Int, Int, Int)

Value members

Concrete fields

val Cardinal: Cardinal.type
val Edge: Edge.type
val Graph: Graph.type
val Hex: Hex.type
val Matrix: Matrix.type
val Path: Path.type
val X: Axis
val Y: Axis
val Z: Axis