VecBounds

ai.dragonfly.math.vector.VecBounds
case class VecBounds[N <: Int](min: Vec[N], MAX: Vec[N])

Attributes

Source:
VecBounds.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def contains(v: Vec[N]): Boolean

Attributes

Source:
VecBounds.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product