scryetek.vecmath

Mat3

final class Mat3 extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mat3
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mat3()

    Annotations
    @inline()
  2. new Mat3(m00: Float, m01: Float, m02: Float, m10: Float, m11: Float, m12: Float, m20: Float, m21: Float, m22: Float)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *(q: Quat): Mat3

    Annotations
    @inline()
  5. def *(b: Mat3): Mat3

    Annotations
    @inline()
  6. def *(s: Float): Mat3

    Annotations
    @inline()
  7. def *(v: Vec3): Vec3

    Annotations
    @inline()
  8. def +(m: Mat3): Mat3

    Adds two matrices

    Adds two matrices

    Annotations
    @inline()
  9. def -(m: Mat3): Mat3

    Subtracts two matrices

    Subtracts two matrices

    Annotations
    @inline()
  10. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  12. def add(m: Mat3, out: Mat3 = this): Mat3

    Destructively add another matrix to this matrix into the output matrix.

    Destructively add another matrix to this matrix into the output matrix.

    Annotations
    @inline()
  13. def adjoint(out: Mat3 = this): Mat3

    Annotations
    @inline()
  14. def adjointed: Mat3

    Annotations
    @inline()
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def copy(m00: Float = m00, m01: Float = m01, m02: Float = m02, m10: Float = m10, m11: Float = m11, m12: Float = m12, m20: Float = m20, m21: Float = m22, m22: Float): Mat3

    Annotations
    @inline()
  18. def determinant: Float

    Annotations
    @inline()
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean

    Definition Classes
    Mat3 → AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    Mat3 → AnyRef → Any
  24. def invert(out: Mat3 = this): Mat3

    Annotations
    @inline()
  25. def inverted: Mat3

    Annotations
    @inline()
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. var m00: Float

  28. var m01: Float

  29. var m02: Float

  30. var m10: Float

  31. var m11: Float

  32. var m12: Float

  33. var m20: Float

  34. var m21: Float

  35. var m22: Float

  36. def mul(v: Vec3): Vec3

    Annotations
    @inline()
  37. def mul(v: Vec3, out: Vec3): Vec3

    Annotations
    @inline()
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def postMultiply(b00: Float, b01: Float, b02: Float, b10: Float, b11: Float, b12: Float, b20: Float, b21: Float, b22: Float, out: Mat3 = this): Mat3

    Annotations
    @inline()
  42. def postMultiply(m: Mat3, out: Mat3): Mat3

    Annotations
    @inline()
  43. def postMultiply(m: Mat3): Mat3

    Annotations
    @inline()
  44. def postRotate(angle: Float, axis: Vec3): Mat3

    Annotations
    @inline()
  45. def postRotate(angle: Float, x: Float, y: Float, z: Float): Mat3

    Annotations
    @inline()
  46. def postRotateQuat(q: Quat): Mat3

    Annotations
    @inline()
  47. def postRotateQuat(x: Float, y: Float, z: Float, w: Float): Mat3

    Annotations
    @inline()
  48. def postRotateX(angle: Float): Mat3

    Destructively post-multiplies a rotation around the x-axis into this matrix.

    Destructively post-multiplies a rotation around the x-axis into this matrix.

    Annotations
    @inline()
  49. def postRotateY(angle: Float): Mat3

    Destructively post-multiplies a rotation around the y-axis into this matrix.

    Destructively post-multiplies a rotation around the y-axis into this matrix.

    Annotations
    @inline()
  50. def postRotateZ(angle: Float): Mat3

    Destructively post-multiplies a rotation around the z-axis into this matrix.

    Destructively post-multiplies a rotation around the z-axis into this matrix.

    Annotations
    @inline()
  51. def postScale(s: Vec3): Mat3

    Annotations
    @inline()
  52. def postScale(x: Float, y: Float, z: Float): Mat3

    Annotations
    @inline()
  53. def preMultiply(b00: Float, b01: Float, b02: Float, b10: Float, b11: Float, b12: Float, b20: Float, b21: Float, b22: Float, out: Mat3 = this): Mat3

    Annotations
    @inline()
  54. def preMultiply(m: Mat3): Mat3

    Annotations
    @inline()
  55. def preMultiply(m: Mat3, out: Mat3): Mat3

    Annotations
    @inline()
  56. def preRotate(angle: Float, axis: Vec3): Mat3

    Annotations
    @inline()
  57. def preRotate(angle: Float, x: Float, y: Float, z: Float): Mat3

    Annotations
    @inline()
  58. def preRotateQuat(q: Quat): Mat3

    Annotations
    @inline()
  59. def preRotateQuat(x: Float, y: Float, z: Float, w: Float): Mat3

    Annotations
    @inline()
  60. def preRotateX(angle: Float): Mat3

    Destructively pre-multiplies a rotation around the x-axis into this matrix.

    Destructively pre-multiplies a rotation around the x-axis into this matrix.

    Annotations
    @inline()
  61. def preRotateY(angle: Float): Mat3

    Destructively pre-multiplies a rotation around the y-axis into this matrix.

    Destructively pre-multiplies a rotation around the y-axis into this matrix.

    Annotations
    @inline()
  62. def preRotateZ(angle: Float): Mat3

    Destructively pre-multiplies a rotation around the z-axis into this matrix.

    Destructively pre-multiplies a rotation around the z-axis into this matrix.

    Annotations
    @inline()
  63. def preScale(s: Vec3): Mat3

    Annotations
    @inline()
  64. def preScale(x: Float, y: Float, z: Float): Mat3

    Annotations
    @inline()
  65. def scale(s: Float, out: Mat3 = this): Mat3

    Annotations
    @inline()
  66. def set(m: Mat3): Mat3

    Annotations
    @inline()
  67. def set(m00: Float = m00, m01: Float = m01, m02: Float = m02, m10: Float = m10, m11: Float = m11, m12: Float = m12, m20: Float = m20, m21: Float = m22, m22: Float): Mat3

    Annotations
    @inline()
  68. def sub(m: Mat3, out: Mat3 = this): Mat3

    Destructively add another matrix to this matrix into the output matrix.

    Destructively add another matrix to this matrix into the output matrix.

    Annotations
    @inline()
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  70. def toMat2d: Mat2d

    Annotations
    @inline()
  71. def toMat4: Mat4

    Annotations
    @inline()
  72. def toQuat: Quat

    Annotations
    @inline()
  73. def toString(): String

    Definition Classes
    Mat3 → AnyRef → Any
  74. def transpose(out: Mat3 = this): Mat3

    Annotations
    @inline()
  75. def transposed: Mat3

    Annotations
    @inline()
  76. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped