ai.dragonfly.math.vector

Members list

Type members

Classlikes

object Format

Attributes

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

Attributes

Companion
object
Source
package.scala
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
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
Supertypes
class Object
trait Matchable
class Any
Self type
Vec2.type
case class VecBounds[N <: Int](min: Vec[N], MAX: Vec[N])

Attributes

Source
VecBounds.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class WeightedVec[N <: Int](unweighted: Vec[N], var w: Double)

Attributes

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

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