VectorFBounds

slash.vectorf.VectorFBounds
case class VectorFBounds[N <: Int](min: VecF[N], MAX: VecF[N])(using x$3: ValueOf[N])

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Source
VectorFBounds.scala

Attributes

Source
VectorFBounds.scala

Determines if this VectorFBounds intersects another VectorFBounds.

Determines if this VectorFBounds intersects another VectorFBounds.

Value parameters

that

another VectorFBounds.

Attributes

Returns

true if this VectorFBounds intersects that VectorFBounds.

Source
VectorFBounds.scala
def intersectsSphere(v: VecF[N], radiusSquared: Float): Boolean

Determines if the given sphere intersects this VectorFBounds.

Determines if the given sphere intersects this VectorFBounds.

Value parameters

radiusSquared

the radius of the sphere.

v

the center vector of the sphere.

Attributes

Returns

true if this VectorFBounds intersects the sphere.

Source
VectorFBounds.scala

Attributes

Source
VectorFBounds.scala
def random(r: Random): VecF[N]

Attributes

Source
VectorFBounds.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
VectorFBounds.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
VectorFBounds.scala
lazy val center: VecF[N]

Attributes

Source
VectorFBounds.scala
lazy val dimension: Int

Attributes

Source
VectorFBounds.scala