ai.dragonfly.math.vector

Members list

Concise view

Type members

Classlikes

object Format

Attributes

Companion:
trait
Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Format.type
trait Format

Attributes

Companion:
object
Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CSV.type
object Default.type
object Indexed.type
object TSV.type
object Vec

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Vec.type
object Vec2

Created by clifton on 1/10/17.

Created by clifton on 1/10/17.

Attributes

Source:
Vec2.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Vec2.type
object Vec3

Created by clifton on 1/10/17.

Created by clifton on 1/10/17.

Attributes

Source:
Vec3.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Vec3.type
object Vec4

Attributes

Source:
Vec4.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Vec4.type
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
case class WeightedVec[N <: Int](unweighted: Vec[N], var w: Double)

Attributes

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

Types

opaque type Vec[N <: Int]

Attributes

Source:
package.scala

Value members

Concrete methods

inline def dimensionCheck(supplied: Int, required: Int): Unit

Attributes

Source:
package.scala
inline def dimensionCheck(values: Array[Double], requiredDimension: Int): Array[Double]

Attributes

Source:
package.scala