Packages

o

cc.drx

Matrix

object Matrix

Source
matrix.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Matrix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Eigen(value: Double, vec: Vec) extends Product with Serializable

    eigen value and vector pairs

  2. case class Matrix2(x: Vec, y: Vec) extends Product with Serializable
  3. case class Matrix3(x: Vec, y: Vec, z: Vec) extends Product with Serializable

    3x3 specialized matrix

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val I2: Matrix2
  5. val I3: Matrix3
  6. def apply(x: Vec, y: Vec, z: Vec): Matrix3
  7. def apply(x: Vec, y: Vec): Matrix2
  8. def apply(a: Double, b: Double, c: Double, d: Double, e: Double, f: Double, g: Double, h: Double, i: Double): Matrix3
  9. def apply(a: Double, b: Double, c: Double, d: Double): Matrix2
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def diag(x: Double, y: Double, z: Double): Matrix3
  13. def diag(x: Double, y: Double): Matrix2
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def symetric(xx: Double, xy: Double, xz: Double, yy: Double, yz: Double, zz: Double): Matrix3
  24. def symetric(xx: Double, xy: Double, yy: Double): Matrix2
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. object Matrix2 extends Serializable
  31. object Matrix3 extends Serializable
  32. implicit object ParsableMatrix2 extends Parsable[Matrix2]
  33. implicit object ParsableMatrix3 extends Parsable[Matrix3]

Inherited from AnyRef

Inherited from Any

Ungrouped