VecBounds

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

Attributes

Source
VecBounds.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def center: Vec[N]

Attributes

Source
VecBounds.scala
def contains(v: Vec[N]): Boolean

Attributes

Source
VecBounds.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product