Class ExpandMatrix3f

java.lang.Object
com.blamejared.crafttweaker.natives.util.math.ExpandMatrix3f

@ZenRegister public class ExpandMatrix3f extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.joml.Matrix3f
    add(org.joml.Matrix3fc other)
     
    static org.joml.Matrix3f
    add(org.joml.Matrix3fc other, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    cofactor(org.joml.Matrix3f dest)
     
    static float
     
    static boolean
    equals(org.joml.Matrix3fc m, float delta)
     
    static float[]
    get(float[] arr)
     
    static float[]
    get(float[] arr, int offset)
     
    static float
    get(int column, int row)
     
    static ByteBuffer
    get(int index, ByteBuffer buffer)
     
    get(int index, FloatBuffer buffer)
     
    static ByteBuffer
    get(ByteBuffer buffer)
     
    get(FloatBuffer buffer)
     
    static org.joml.Matrix3f
    get(org.joml.Matrix3f dest)
     
    static org.joml.Matrix4f
    get(org.joml.Matrix4f dest)
     
    static ByteBuffer
    get3x4(int index, ByteBuffer buffer)
     
    get3x4(int index, FloatBuffer buffer)
     
    static ByteBuffer
     
     
    static org.joml.Vector3f
    getColumn(int column, org.joml.Vector3f dest)
     
    static org.joml.Vector3f
    getEulerAnglesXYZ(org.joml.Vector3f dest)
     
    static org.joml.Vector3f
    getEulerAnglesZYX(org.joml.Vector3f dest)
     
    static org.joml.Quaterniond
    getNormalizedRotation(org.joml.Quaterniond dest)
     
    static org.joml.Quaternionf
    getNormalizedRotation(org.joml.Quaternionf dest)
     
    static org.joml.AxisAngle4f
    getRotation(org.joml.AxisAngle4f dest)
     
    static org.joml.Vector3f
    getRow(int row, org.joml.Vector3f dest)
     
    static float
    getRowColumn(int row, int column)
     
    static org.joml.Vector3f
    getScale(org.joml.Vector3f dest)
     
    static org.joml.Matrix3fc
    getToAddress(long address)
     
    static ByteBuffer
    getTransposed(int index, ByteBuffer buffer)
     
    getTransposed(int index, FloatBuffer buffer)
     
    static ByteBuffer
     
     
    static org.joml.Quaterniond
    getUnnormalizedRotation(org.joml.Quaterniond dest)
     
    static org.joml.Quaternionf
    getUnnormalizedRotation(org.joml.Quaternionf dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    invert(org.joml.Matrix3f dest)
     
    static boolean
     
    static org.joml.Matrix3f
    lerp(org.joml.Matrix3fc other, float t)
     
    static org.joml.Matrix3f
    lerp(org.joml.Matrix3fc other, float t, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    lookAlong(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
     
    static org.joml.Matrix3f
    lookAlong(float dirX, float dirY, float dirZ, float upX, float upY, float upZ, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    lookAlong(org.joml.Vector3fc dir, org.joml.Vector3fc up)
     
    static org.joml.Matrix3f
    lookAlong(org.joml.Vector3fc dir, org.joml.Vector3fc up, org.joml.Matrix3f dest)
     
    static float
    m00()
     
    static org.joml.Matrix3f
    m00(float m00)
     
    static float
    m01()
     
    static org.joml.Matrix3f
    m01(float m01)
     
    static float
    m02()
     
    static org.joml.Matrix3f
    m02(float m02)
     
    static float
    m10()
     
    static org.joml.Matrix3f
    m10(float m10)
     
    static float
    m11()
     
    static org.joml.Matrix3f
    m11(float m11)
     
    static float
    m12()
     
    static org.joml.Matrix3f
    m12(float m12)
     
    static float
    m20()
     
    static org.joml.Matrix3f
    m20(float m20)
     
    static float
    m21()
     
    static org.joml.Matrix3f
    m21(float m21)
     
    static float
    m22()
     
    static org.joml.Matrix3f
    m22(float m22)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXnYnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXnYZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXnZnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXnZY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXYnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXZnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnXZY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYnXnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYnXZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYnZnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYnZX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYXnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYXZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYZnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnYZX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZnXnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZnXY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZnYnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZnYX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZXnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZXY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZYnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapnZYX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapXnYnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapXnZnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapXnZY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapXZnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapXZY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYnXnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYnXZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYnZnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYnZX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYXnZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYXZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYZnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapYZX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZnXnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZnXY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZnYnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZnYX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZXnY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZXY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZYnX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    mapZYX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    mul(org.joml.Matrix3fc right)
     
    static org.joml.Matrix3f
    mul(org.joml.Matrix3fc right, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    mulComponentWise(org.joml.Matrix3fc other)
     
    static org.joml.Matrix3f
    mulComponentWise(org.joml.Matrix3fc other, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    mulLocal(org.joml.Matrix3fc left)
     
    static org.joml.Matrix3f
    mulLocal(org.joml.Matrix3fc left, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    negateX(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    negateY(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    negateZ(org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    normal(org.joml.Matrix3f dest)
     
    static org.joml.Vector3f
    normalizedPositiveX(org.joml.Vector3f dir)
     
    static org.joml.Vector3f
    normalizedPositiveY(org.joml.Vector3f dir)
     
    static org.joml.Vector3f
    normalizedPositiveZ(org.joml.Vector3f dir)
     
    static org.joml.Matrix3f
    obliqueZ(float a, float b)
     
    static org.joml.Matrix3f
    obliqueZ(float a, float b, org.joml.Matrix3f dest)
     
    static org.joml.Vector3f
    positiveX(org.joml.Vector3f dir)
     
    static org.joml.Vector3f
    positiveY(org.joml.Vector3f dir)
     
    static org.joml.Vector3f
    positiveZ(org.joml.Vector3f dir)
     
    static float
    quadraticFormProduct(float x, float y, float z)
     
    static float
    quadraticFormProduct(org.joml.Vector3fc v)
     
    static void
     
    static org.joml.Matrix3f
    reflect(float nx, float ny, float nz)
     
    static org.joml.Matrix3f
    reflect(float nx, float ny, float nz, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    reflect(org.joml.Quaternionfc orientation)
     
    static org.joml.Matrix3f
    reflect(org.joml.Quaternionfc orientation, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    reflect(org.joml.Vector3fc normal)
     
    static org.joml.Matrix3f
    reflect(org.joml.Vector3fc normal, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    reflection(float nx, float ny, float nz)
     
    static org.joml.Matrix3f
    reflection(org.joml.Quaternionfc orientation)
     
    static org.joml.Matrix3f
    reflection(org.joml.Vector3fc normal)
     
    static org.joml.Matrix3f
    rotate(float ang, float x, float y, float z)
     
    static org.joml.Matrix3f
    rotate(float ang, float x, float y, float z, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotate(float angle, org.joml.Vector3fc axis)
     
    static org.joml.Matrix3f
    rotate(float angle, org.joml.Vector3fc axis, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotate(org.joml.AxisAngle4f axisAngle)
     
    static org.joml.Matrix3f
    rotate(org.joml.AxisAngle4f axisAngle, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotate(org.joml.Quaternionfc quat)
     
    static org.joml.Matrix3f
    rotate(org.joml.Quaternionfc quat, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateLocal(float ang, float x, float y, float z)
     
    static org.joml.Matrix3f
    rotateLocal(float ang, float x, float y, float z, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateLocal(org.joml.Quaternionfc quat)
     
    static org.joml.Matrix3f
    rotateLocal(org.joml.Quaternionfc quat, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateLocalX(float ang)
     
    static org.joml.Matrix3f
    rotateLocalX(float ang, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateLocalY(float ang)
     
    static org.joml.Matrix3f
    rotateLocalY(float ang, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateLocalZ(float ang)
     
    static org.joml.Matrix3f
    rotateLocalZ(float ang, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateTowards(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
     
    static org.joml.Matrix3f
    rotateTowards(float dirX, float dirY, float dirZ, float upX, float upY, float upZ, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateTowards(org.joml.Vector3fc direction, org.joml.Vector3fc up)
     
    static org.joml.Matrix3f
    rotateTowards(org.joml.Vector3fc direction, org.joml.Vector3fc up, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateX(float ang)
     
    static org.joml.Matrix3f
    rotateX(float ang, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateXYZ(float angleX, float angleY, float angleZ)
     
    static org.joml.Matrix3f
    rotateXYZ(float angleX, float angleY, float angleZ, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateXYZ(org.joml.Vector3f angles)
     
    static org.joml.Matrix3f
    rotateY(float ang)
     
    static org.joml.Matrix3f
    rotateY(float ang, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateYXZ(float angleY, float angleX, float angleZ)
     
    static org.joml.Matrix3f
    rotateYXZ(float angleY, float angleX, float angleZ, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateYXZ(org.joml.Vector3f angles)
     
    static org.joml.Matrix3f
    rotateZ(float ang)
     
    static org.joml.Matrix3f
    rotateZ(float ang, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateZYX(float angleZ, float angleY, float angleX)
     
    static org.joml.Matrix3f
    rotateZYX(float angleZ, float angleY, float angleX, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    rotateZYX(org.joml.Vector3f angles)
     
    static org.joml.Matrix3f
    rotation(float angle, float x, float y, float z)
     
    static org.joml.Matrix3f
    rotation(float angle, org.joml.Vector3fc axis)
     
    static org.joml.Matrix3f
    rotation(org.joml.AxisAngle4f axisAngle)
     
    static org.joml.Matrix3f
    rotation(org.joml.Quaternionfc quat)
     
    static org.joml.Matrix3f
    rotationTowards(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
     
    static org.joml.Matrix3f
    rotationTowards(org.joml.Vector3fc dir, org.joml.Vector3fc up)
     
    static org.joml.Matrix3f
    rotationX(float ang)
     
    static org.joml.Matrix3f
    rotationXYZ(float angleX, float angleY, float angleZ)
     
    static org.joml.Matrix3f
    rotationY(float ang)
     
    static org.joml.Matrix3f
    rotationYXZ(float angleY, float angleX, float angleZ)
     
    static org.joml.Matrix3f
    rotationZ(float ang)
     
    static org.joml.Matrix3f
    rotationZYX(float angleZ, float angleY, float angleX)
     
    static org.joml.Matrix3f
    scale(float xyz)
     
    static org.joml.Matrix3f
    scale(float x, float y, float z)
     
    static org.joml.Matrix3f
    scale(float x, float y, float z, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    scale(float xyz, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    scale(org.joml.Vector3fc xyz)
     
    static org.joml.Matrix3f
    scale(org.joml.Vector3fc xyz, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    scaleLocal(float x, float y, float z)
     
    static org.joml.Matrix3f
    scaleLocal(float x, float y, float z, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    scaling(float factor)
     
    static org.joml.Matrix3f
    scaling(float x, float y, float z)
     
    static org.joml.Matrix3f
    scaling(org.joml.Vector3fc xyz)
     
    static org.joml.Matrix3f
    set(float[] m)
     
    static org.joml.Matrix3f
    set(float m00, float m01, float m02, float m10, float m11, float m12, float m20, float m21, float m22)
     
    static org.joml.Matrix3f
    set(int column, int row, float value)
     
    static org.joml.Matrix3f
    set(int index, ByteBuffer buffer)
     
    static org.joml.Matrix3f
    set(int index, FloatBuffer buffer)
     
    static org.joml.Matrix3f
    set(ByteBuffer buffer)
     
    static org.joml.Matrix3f
    set(FloatBuffer buffer)
     
    static org.joml.Matrix3f
    set(org.joml.AxisAngle4d axisAngle)
     
    static org.joml.Matrix3f
    set(org.joml.AxisAngle4f axisAngle)
     
    static org.joml.Matrix3f
    set(org.joml.Matrix2fc mat)
     
    static org.joml.Matrix3f
    set(org.joml.Matrix3fc m)
     
    static org.joml.Matrix3f
    set(org.joml.Matrix4fc mat)
     
    static org.joml.Matrix3f
    set(org.joml.Matrix4x3fc m)
     
    static org.joml.Matrix3f
    set(org.joml.Quaterniondc q)
     
    static org.joml.Matrix3f
    set(org.joml.Quaternionfc q)
     
    static org.joml.Matrix3f
    set(org.joml.Vector3fc col0, org.joml.Vector3fc col1, org.joml.Vector3fc col2)
     
    static org.joml.Matrix3f
    setColumn(int column, float x, float y, float z)
     
    static org.joml.Matrix3f
    setColumn(int column, org.joml.Vector3fc src)
     
    static org.joml.Matrix3f
    setFromAddress(long address)
     
    static org.joml.Matrix3f
    setLookAlong(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
     
    static org.joml.Matrix3f
    setLookAlong(org.joml.Vector3fc dir, org.joml.Vector3fc up)
     
    static org.joml.Matrix3f
    setRow(int row, float x, float y, float z)
     
    static org.joml.Matrix3f
    setRow(int row, org.joml.Vector3fc src)
     
    static org.joml.Matrix3f
    setRowColumn(int row, int column, float value)
     
    static org.joml.Matrix3f
    setSkewSymmetric(float a, float b, float c)
     
    static org.joml.Matrix3f
    setTransposed(org.joml.Matrix3fc m)
     
    static org.joml.Matrix3f
    sub(org.joml.Matrix3fc subtrahend)
     
    static org.joml.Matrix3f
    sub(org.joml.Matrix3fc subtrahend, org.joml.Matrix3f dest)
     
    static org.joml.Matrix3f
    swap(org.joml.Matrix3f other)
     
    static String
     
    static org.joml.Vector3f
    transform(float x, float y, float z, org.joml.Vector3f dest)
     
    static org.joml.Vector3f
    transform(org.joml.Vector3f v)
     
    static org.joml.Vector3f
    transform(org.joml.Vector3fc v, org.joml.Vector3f dest)
     
    static org.joml.Vector3f
    transformTranspose(float x, float y, float z, org.joml.Vector3f dest)
     
    static org.joml.Vector3f
    transformTranspose(org.joml.Vector3f v)
     
    static org.joml.Vector3f
    transformTranspose(org.joml.Vector3fc v, org.joml.Vector3f dest)
     
    static org.joml.Matrix3f
     
    static org.joml.Matrix3f
    transpose(org.joml.Matrix3f dest)
     
    static void
     
    static org.joml.Matrix3f
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandMatrix3f

      public ExpandMatrix3f()
  • Method Details

    • m00

      public static float m00()
    • m01

      public static float m01()
    • m02

      public static float m02()
    • m10

      public static float m10()
    • m11

      public static float m11()
    • m12

      public static float m12()
    • m20

      public static float m20()
    • m21

      public static float m21()
    • m22

      public static float m22()
    • m00

      public static org.joml.Matrix3f m00(float m00)
    • m01

      public static org.joml.Matrix3f m01(float m01)
    • m02

      public static org.joml.Matrix3f m02(float m02)
    • m10

      public static org.joml.Matrix3f m10(float m10)
    • m11

      public static org.joml.Matrix3f m11(float m11)
    • m12

      public static org.joml.Matrix3f m12(float m12)
    • m20

      public static org.joml.Matrix3f m20(float m20)
    • m21

      public static org.joml.Matrix3f m21(float m21)
    • m22

      public static org.joml.Matrix3f m22(float m22)
    • set

      public static org.joml.Matrix3f set(org.joml.Matrix3fc m)
    • setTransposed

      public static org.joml.Matrix3f setTransposed(org.joml.Matrix3fc m)
    • set

      public static org.joml.Matrix3f set(org.joml.Matrix4x3fc m)
    • set

      public static org.joml.Matrix3f set(org.joml.Matrix4fc mat)
    • set

      public static org.joml.Matrix3f set(org.joml.Matrix2fc mat)
    • set

      public static org.joml.Matrix3f set(org.joml.AxisAngle4f axisAngle)
    • set

      public static org.joml.Matrix3f set(org.joml.AxisAngle4d axisAngle)
    • set

      public static org.joml.Matrix3f set(org.joml.Quaternionfc q)
    • set

      public static org.joml.Matrix3f set(org.joml.Quaterniondc q)
    • mul

      public static org.joml.Matrix3f mul(org.joml.Matrix3fc right)
    • mul

      public static org.joml.Matrix3f mul(org.joml.Matrix3fc right, org.joml.Matrix3f dest)
    • mulLocal

      public static org.joml.Matrix3f mulLocal(org.joml.Matrix3fc left)
    • mulLocal

      public static org.joml.Matrix3f mulLocal(org.joml.Matrix3fc left, org.joml.Matrix3f dest)
    • set

      public static org.joml.Matrix3f set(float m00, float m01, float m02, float m10, float m11, float m12, float m20, float m21, float m22)
    • set

      public static org.joml.Matrix3f set(float[] m)
    • set

      public static org.joml.Matrix3f set(org.joml.Vector3fc col0, org.joml.Vector3fc col1, org.joml.Vector3fc col2)
    • determinant

      public static float determinant()
    • invert

      public static org.joml.Matrix3f invert()
    • invert

      public static org.joml.Matrix3f invert(org.joml.Matrix3f dest)
    • transpose

      public static org.joml.Matrix3f transpose()
    • transpose

      public static org.joml.Matrix3f transpose(org.joml.Matrix3f dest)
    • toString

      public static String toString(NumberFormat formatter)
    • get

      public static org.joml.Matrix3f get(org.joml.Matrix3f dest)
    • get

      public static org.joml.Matrix4f get(org.joml.Matrix4f dest)
    • getRotation

      public static org.joml.AxisAngle4f getRotation(org.joml.AxisAngle4f dest)
    • getUnnormalizedRotation

      public static org.joml.Quaternionf getUnnormalizedRotation(org.joml.Quaternionf dest)
    • getNormalizedRotation

      public static org.joml.Quaternionf getNormalizedRotation(org.joml.Quaternionf dest)
    • getUnnormalizedRotation

      public static org.joml.Quaterniond getUnnormalizedRotation(org.joml.Quaterniond dest)
    • getNormalizedRotation

      public static org.joml.Quaterniond getNormalizedRotation(org.joml.Quaterniond dest)
    • get

      public static FloatBuffer get(FloatBuffer buffer)
    • get

      public static FloatBuffer get(int index, FloatBuffer buffer)
    • get

      public static ByteBuffer get(ByteBuffer buffer)
    • get

      public static ByteBuffer get(int index, ByteBuffer buffer)
    • get3x4

      public static FloatBuffer get3x4(FloatBuffer buffer)
    • get3x4

      public static FloatBuffer get3x4(int index, FloatBuffer buffer)
    • get3x4

      public static ByteBuffer get3x4(ByteBuffer buffer)
    • get3x4

      public static ByteBuffer get3x4(int index, ByteBuffer buffer)
    • getTransposed

      public static FloatBuffer getTransposed(FloatBuffer buffer)
    • getTransposed

      public static FloatBuffer getTransposed(int index, FloatBuffer buffer)
    • getTransposed

      public static ByteBuffer getTransposed(ByteBuffer buffer)
    • getTransposed

      public static ByteBuffer getTransposed(int index, ByteBuffer buffer)
    • getToAddress

      public static org.joml.Matrix3fc getToAddress(long address)
    • get

      public static float[] get(float[] arr, int offset)
    • get

      public static float[] get(float[] arr)
    • set

      public static org.joml.Matrix3f set(FloatBuffer buffer)
    • set

      public static org.joml.Matrix3f set(ByteBuffer buffer)
    • set

      public static org.joml.Matrix3f set(int index, FloatBuffer buffer)
    • set

      public static org.joml.Matrix3f set(int index, ByteBuffer buffer)
    • setFromAddress

      public static org.joml.Matrix3f setFromAddress(long address)
    • zero

      public static org.joml.Matrix3f zero()
    • identity

      public static org.joml.Matrix3f identity()
    • scale

      public static org.joml.Matrix3f scale(org.joml.Vector3fc xyz, org.joml.Matrix3f dest)
    • scale

      public static org.joml.Matrix3f scale(org.joml.Vector3fc xyz)
    • scale

      public static org.joml.Matrix3f scale(float x, float y, float z, org.joml.Matrix3f dest)
    • scale

      public static org.joml.Matrix3f scale(float x, float y, float z)
    • scale

      public static org.joml.Matrix3f scale(float xyz, org.joml.Matrix3f dest)
    • scale

      public static org.joml.Matrix3f scale(float xyz)
    • scaleLocal

      public static org.joml.Matrix3f scaleLocal(float x, float y, float z, org.joml.Matrix3f dest)
    • scaleLocal

      public static org.joml.Matrix3f scaleLocal(float x, float y, float z)
    • scaling

      public static org.joml.Matrix3f scaling(float factor)
    • scaling

      public static org.joml.Matrix3f scaling(float x, float y, float z)
    • scaling

      public static org.joml.Matrix3f scaling(org.joml.Vector3fc xyz)
    • rotation

      public static org.joml.Matrix3f rotation(float angle, org.joml.Vector3fc axis)
    • rotation

      public static org.joml.Matrix3f rotation(org.joml.AxisAngle4f axisAngle)
    • rotation

      public static org.joml.Matrix3f rotation(float angle, float x, float y, float z)
    • rotationX

      public static org.joml.Matrix3f rotationX(float ang)
    • rotationY

      public static org.joml.Matrix3f rotationY(float ang)
    • rotationZ

      public static org.joml.Matrix3f rotationZ(float ang)
    • rotationXYZ

      public static org.joml.Matrix3f rotationXYZ(float angleX, float angleY, float angleZ)
    • rotationZYX

      public static org.joml.Matrix3f rotationZYX(float angleZ, float angleY, float angleX)
    • rotationYXZ

      public static org.joml.Matrix3f rotationYXZ(float angleY, float angleX, float angleZ)
    • rotation

      public static org.joml.Matrix3f rotation(org.joml.Quaternionfc quat)
    • transform

      public static org.joml.Vector3f transform(org.joml.Vector3f v)
    • transform

      public static org.joml.Vector3f transform(org.joml.Vector3fc v, org.joml.Vector3f dest)
    • transform

      public static org.joml.Vector3f transform(float x, float y, float z, org.joml.Vector3f dest)
    • transformTranspose

      public static org.joml.Vector3f transformTranspose(org.joml.Vector3f v)
    • transformTranspose

      public static org.joml.Vector3f transformTranspose(org.joml.Vector3fc v, org.joml.Vector3f dest)
    • transformTranspose

      public static org.joml.Vector3f transformTranspose(float x, float y, float z, org.joml.Vector3f dest)
    • writeExternal

      public static void writeExternal(ObjectOutput out) throws IOException
      Throws:
      IOException
    • readExternal

      public static void readExternal(ObjectInput in) throws IOException
      Throws:
      IOException
    • rotateX

      public static org.joml.Matrix3f rotateX(float ang, org.joml.Matrix3f dest)
    • rotateX

      public static org.joml.Matrix3f rotateX(float ang)
    • rotateY

      public static org.joml.Matrix3f rotateY(float ang, org.joml.Matrix3f dest)
    • rotateY

      public static org.joml.Matrix3f rotateY(float ang)
    • rotateZ

      public static org.joml.Matrix3f rotateZ(float ang, org.joml.Matrix3f dest)
    • rotateZ

      public static org.joml.Matrix3f rotateZ(float ang)
    • rotateXYZ

      public static org.joml.Matrix3f rotateXYZ(org.joml.Vector3f angles)
    • rotateXYZ

      public static org.joml.Matrix3f rotateXYZ(float angleX, float angleY, float angleZ)
    • rotateXYZ

      public static org.joml.Matrix3f rotateXYZ(float angleX, float angleY, float angleZ, org.joml.Matrix3f dest)
    • rotateZYX

      public static org.joml.Matrix3f rotateZYX(org.joml.Vector3f angles)
    • rotateZYX

      public static org.joml.Matrix3f rotateZYX(float angleZ, float angleY, float angleX)
    • rotateZYX

      public static org.joml.Matrix3f rotateZYX(float angleZ, float angleY, float angleX, org.joml.Matrix3f dest)
    • rotateYXZ

      public static org.joml.Matrix3f rotateYXZ(org.joml.Vector3f angles)
    • rotateYXZ

      public static org.joml.Matrix3f rotateYXZ(float angleY, float angleX, float angleZ)
    • rotateYXZ

      public static org.joml.Matrix3f rotateYXZ(float angleY, float angleX, float angleZ, org.joml.Matrix3f dest)
    • rotate

      public static org.joml.Matrix3f rotate(float ang, float x, float y, float z)
    • rotate

      public static org.joml.Matrix3f rotate(float ang, float x, float y, float z, org.joml.Matrix3f dest)
    • rotateLocal

      public static org.joml.Matrix3f rotateLocal(float ang, float x, float y, float z, org.joml.Matrix3f dest)
    • rotateLocal

      public static org.joml.Matrix3f rotateLocal(float ang, float x, float y, float z)
    • rotateLocalX

      public static org.joml.Matrix3f rotateLocalX(float ang, org.joml.Matrix3f dest)
    • rotateLocalX

      public static org.joml.Matrix3f rotateLocalX(float ang)
    • rotateLocalY

      public static org.joml.Matrix3f rotateLocalY(float ang, org.joml.Matrix3f dest)
    • rotateLocalY

      public static org.joml.Matrix3f rotateLocalY(float ang)
    • rotateLocalZ

      public static org.joml.Matrix3f rotateLocalZ(float ang, org.joml.Matrix3f dest)
    • rotateLocalZ

      public static org.joml.Matrix3f rotateLocalZ(float ang)
    • rotate

      public static org.joml.Matrix3f rotate(org.joml.Quaternionfc quat)
    • rotate

      public static org.joml.Matrix3f rotate(org.joml.Quaternionfc quat, org.joml.Matrix3f dest)
    • rotateLocal

      public static org.joml.Matrix3f rotateLocal(org.joml.Quaternionfc quat, org.joml.Matrix3f dest)
    • rotateLocal

      public static org.joml.Matrix3f rotateLocal(org.joml.Quaternionfc quat)
    • rotate

      public static org.joml.Matrix3f rotate(org.joml.AxisAngle4f axisAngle)
    • rotate

      public static org.joml.Matrix3f rotate(org.joml.AxisAngle4f axisAngle, org.joml.Matrix3f dest)
    • rotate

      public static org.joml.Matrix3f rotate(float angle, org.joml.Vector3fc axis)
    • rotate

      public static org.joml.Matrix3f rotate(float angle, org.joml.Vector3fc axis, org.joml.Matrix3f dest)
    • lookAlong

      public static org.joml.Matrix3f lookAlong(org.joml.Vector3fc dir, org.joml.Vector3fc up)
    • lookAlong

      public static org.joml.Matrix3f lookAlong(org.joml.Vector3fc dir, org.joml.Vector3fc up, org.joml.Matrix3f dest)
    • lookAlong

      public static org.joml.Matrix3f lookAlong(float dirX, float dirY, float dirZ, float upX, float upY, float upZ, org.joml.Matrix3f dest)
    • lookAlong

      public static org.joml.Matrix3f lookAlong(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
    • setLookAlong

      public static org.joml.Matrix3f setLookAlong(org.joml.Vector3fc dir, org.joml.Vector3fc up)
    • setLookAlong

      public static org.joml.Matrix3f setLookAlong(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
    • getRow

      public static org.joml.Vector3f getRow(int row, org.joml.Vector3f dest) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • setRow

      public static org.joml.Matrix3f setRow(int row, org.joml.Vector3fc src) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • setRow

      public static org.joml.Matrix3f setRow(int row, float x, float y, float z) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • getColumn

      public static org.joml.Vector3f getColumn(int column, org.joml.Vector3f dest) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • setColumn

      public static org.joml.Matrix3f setColumn(int column, org.joml.Vector3fc src) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • setColumn

      public static org.joml.Matrix3f setColumn(int column, float x, float y, float z) throws IndexOutOfBoundsException
      Throws:
      IndexOutOfBoundsException
    • get

      public static float get(int column, int row)
    • set

      public static org.joml.Matrix3f set(int column, int row, float value)
    • getRowColumn

      public static float getRowColumn(int row, int column)
    • setRowColumn

      public static org.joml.Matrix3f setRowColumn(int row, int column, float value)
    • normal

      public static org.joml.Matrix3f normal()
    • normal

      public static org.joml.Matrix3f normal(org.joml.Matrix3f dest)
    • cofactor

      public static org.joml.Matrix3f cofactor()
    • cofactor

      public static org.joml.Matrix3f cofactor(org.joml.Matrix3f dest)
    • getScale

      public static org.joml.Vector3f getScale(org.joml.Vector3f dest)
    • positiveZ

      public static org.joml.Vector3f positiveZ(org.joml.Vector3f dir)
    • normalizedPositiveZ

      public static org.joml.Vector3f normalizedPositiveZ(org.joml.Vector3f dir)
    • positiveX

      public static org.joml.Vector3f positiveX(org.joml.Vector3f dir)
    • normalizedPositiveX

      public static org.joml.Vector3f normalizedPositiveX(org.joml.Vector3f dir)
    • positiveY

      public static org.joml.Vector3f positiveY(org.joml.Vector3f dir)
    • normalizedPositiveY

      public static org.joml.Vector3f normalizedPositiveY(org.joml.Vector3f dir)
    • equals

      public static boolean equals(org.joml.Matrix3fc m, float delta)
    • swap

      public static org.joml.Matrix3f swap(org.joml.Matrix3f other)
    • add

      public static org.joml.Matrix3f add(org.joml.Matrix3fc other)
    • add

      public static org.joml.Matrix3f add(org.joml.Matrix3fc other, org.joml.Matrix3f dest)
    • sub

      public static org.joml.Matrix3f sub(org.joml.Matrix3fc subtrahend)
    • sub

      public static org.joml.Matrix3f sub(org.joml.Matrix3fc subtrahend, org.joml.Matrix3f dest)
    • mulComponentWise

      public static org.joml.Matrix3f mulComponentWise(org.joml.Matrix3fc other)
    • mulComponentWise

      public static org.joml.Matrix3f mulComponentWise(org.joml.Matrix3fc other, org.joml.Matrix3f dest)
    • setSkewSymmetric

      public static org.joml.Matrix3f setSkewSymmetric(float a, float b, float c)
    • lerp

      public static org.joml.Matrix3f lerp(org.joml.Matrix3fc other, float t)
    • lerp

      public static org.joml.Matrix3f lerp(org.joml.Matrix3fc other, float t, org.joml.Matrix3f dest)
    • rotateTowards

      public static org.joml.Matrix3f rotateTowards(org.joml.Vector3fc direction, org.joml.Vector3fc up, org.joml.Matrix3f dest)
    • rotateTowards

      public static org.joml.Matrix3f rotateTowards(org.joml.Vector3fc direction, org.joml.Vector3fc up)
    • rotateTowards

      public static org.joml.Matrix3f rotateTowards(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
    • rotateTowards

      public static org.joml.Matrix3f rotateTowards(float dirX, float dirY, float dirZ, float upX, float upY, float upZ, org.joml.Matrix3f dest)
    • rotationTowards

      public static org.joml.Matrix3f rotationTowards(org.joml.Vector3fc dir, org.joml.Vector3fc up)
    • rotationTowards

      public static org.joml.Matrix3f rotationTowards(float dirX, float dirY, float dirZ, float upX, float upY, float upZ)
    • getEulerAnglesZYX

      public static org.joml.Vector3f getEulerAnglesZYX(org.joml.Vector3f dest)
    • getEulerAnglesXYZ

      public static org.joml.Vector3f getEulerAnglesXYZ(org.joml.Vector3f dest)
    • obliqueZ

      public static org.joml.Matrix3f obliqueZ(float a, float b)
    • obliqueZ

      public static org.joml.Matrix3f obliqueZ(float a, float b, org.joml.Matrix3f dest)
    • reflect

      public static org.joml.Matrix3f reflect(float nx, float ny, float nz, org.joml.Matrix3f dest)
    • reflect

      public static org.joml.Matrix3f reflect(float nx, float ny, float nz)
    • reflect

      public static org.joml.Matrix3f reflect(org.joml.Vector3fc normal)
    • reflect

      public static org.joml.Matrix3f reflect(org.joml.Quaternionfc orientation)
    • reflect

      public static org.joml.Matrix3f reflect(org.joml.Quaternionfc orientation, org.joml.Matrix3f dest)
    • reflect

      public static org.joml.Matrix3f reflect(org.joml.Vector3fc normal, org.joml.Matrix3f dest)
    • reflection

      public static org.joml.Matrix3f reflection(float nx, float ny, float nz)
    • reflection

      public static org.joml.Matrix3f reflection(org.joml.Vector3fc normal)
    • reflection

      public static org.joml.Matrix3f reflection(org.joml.Quaternionfc orientation)
    • isFinite

      public static boolean isFinite()
    • quadraticFormProduct

      public static float quadraticFormProduct(float x, float y, float z)
    • quadraticFormProduct

      public static float quadraticFormProduct(org.joml.Vector3fc v)
    • mapXZY

      public static org.joml.Matrix3f mapXZY()
    • mapXZY

      public static org.joml.Matrix3f mapXZY(org.joml.Matrix3f dest)
    • mapXZnY

      public static org.joml.Matrix3f mapXZnY()
    • mapXZnY

      public static org.joml.Matrix3f mapXZnY(org.joml.Matrix3f dest)
    • mapXnYnZ

      public static org.joml.Matrix3f mapXnYnZ()
    • mapXnYnZ

      public static org.joml.Matrix3f mapXnYnZ(org.joml.Matrix3f dest)
    • mapXnZY

      public static org.joml.Matrix3f mapXnZY()
    • mapXnZY

      public static org.joml.Matrix3f mapXnZY(org.joml.Matrix3f dest)
    • mapXnZnY

      public static org.joml.Matrix3f mapXnZnY()
    • mapXnZnY

      public static org.joml.Matrix3f mapXnZnY(org.joml.Matrix3f dest)
    • mapYXZ

      public static org.joml.Matrix3f mapYXZ()
    • mapYXZ

      public static org.joml.Matrix3f mapYXZ(org.joml.Matrix3f dest)
    • mapYXnZ

      public static org.joml.Matrix3f mapYXnZ()
    • mapYXnZ

      public static org.joml.Matrix3f mapYXnZ(org.joml.Matrix3f dest)
    • mapYZX

      public static org.joml.Matrix3f mapYZX()
    • mapYZX

      public static org.joml.Matrix3f mapYZX(org.joml.Matrix3f dest)
    • mapYZnX

      public static org.joml.Matrix3f mapYZnX()
    • mapYZnX

      public static org.joml.Matrix3f mapYZnX(org.joml.Matrix3f dest)
    • mapYnXZ

      public static org.joml.Matrix3f mapYnXZ()
    • mapYnXZ

      public static org.joml.Matrix3f mapYnXZ(org.joml.Matrix3f dest)
    • mapYnXnZ

      public static org.joml.Matrix3f mapYnXnZ()
    • mapYnXnZ

      public static org.joml.Matrix3f mapYnXnZ(org.joml.Matrix3f dest)
    • mapYnZX

      public static org.joml.Matrix3f mapYnZX()
    • mapYnZX

      public static org.joml.Matrix3f mapYnZX(org.joml.Matrix3f dest)
    • mapYnZnX

      public static org.joml.Matrix3f mapYnZnX()
    • mapYnZnX

      public static org.joml.Matrix3f mapYnZnX(org.joml.Matrix3f dest)
    • mapZXY

      public static org.joml.Matrix3f mapZXY()
    • mapZXY

      public static org.joml.Matrix3f mapZXY(org.joml.Matrix3f dest)
    • mapZXnY

      public static org.joml.Matrix3f mapZXnY()
    • mapZXnY

      public static org.joml.Matrix3f mapZXnY(org.joml.Matrix3f dest)
    • mapZYX

      public static org.joml.Matrix3f mapZYX()
    • mapZYX

      public static org.joml.Matrix3f mapZYX(org.joml.Matrix3f dest)
    • mapZYnX

      public static org.joml.Matrix3f mapZYnX()
    • mapZYnX

      public static org.joml.Matrix3f mapZYnX(org.joml.Matrix3f dest)
    • mapZnXY

      public static org.joml.Matrix3f mapZnXY()
    • mapZnXY

      public static org.joml.Matrix3f mapZnXY(org.joml.Matrix3f dest)
    • mapZnXnY

      public static org.joml.Matrix3f mapZnXnY()
    • mapZnXnY

      public static org.joml.Matrix3f mapZnXnY(org.joml.Matrix3f dest)
    • mapZnYX

      public static org.joml.Matrix3f mapZnYX()
    • mapZnYX

      public static org.joml.Matrix3f mapZnYX(org.joml.Matrix3f dest)
    • mapZnYnX

      public static org.joml.Matrix3f mapZnYnX()
    • mapZnYnX

      public static org.joml.Matrix3f mapZnYnX(org.joml.Matrix3f dest)
    • mapnXYnZ

      public static org.joml.Matrix3f mapnXYnZ()
    • mapnXYnZ

      public static org.joml.Matrix3f mapnXYnZ(org.joml.Matrix3f dest)
    • mapnXZY

      public static org.joml.Matrix3f mapnXZY()
    • mapnXZY

      public static org.joml.Matrix3f mapnXZY(org.joml.Matrix3f dest)
    • mapnXZnY

      public static org.joml.Matrix3f mapnXZnY()
    • mapnXZnY

      public static org.joml.Matrix3f mapnXZnY(org.joml.Matrix3f dest)
    • mapnXnYZ

      public static org.joml.Matrix3f mapnXnYZ()
    • mapnXnYZ

      public static org.joml.Matrix3f mapnXnYZ(org.joml.Matrix3f dest)
    • mapnXnYnZ

      public static org.joml.Matrix3f mapnXnYnZ()
    • mapnXnYnZ

      public static org.joml.Matrix3f mapnXnYnZ(org.joml.Matrix3f dest)
    • mapnXnZY

      public static org.joml.Matrix3f mapnXnZY()
    • mapnXnZY

      public static org.joml.Matrix3f mapnXnZY(org.joml.Matrix3f dest)
    • mapnXnZnY

      public static org.joml.Matrix3f mapnXnZnY()
    • mapnXnZnY

      public static org.joml.Matrix3f mapnXnZnY(org.joml.Matrix3f dest)
    • mapnYXZ

      public static org.joml.Matrix3f mapnYXZ()
    • mapnYXZ

      public static org.joml.Matrix3f mapnYXZ(org.joml.Matrix3f dest)
    • mapnYXnZ

      public static org.joml.Matrix3f mapnYXnZ()
    • mapnYXnZ

      public static org.joml.Matrix3f mapnYXnZ(org.joml.Matrix3f dest)
    • mapnYZX

      public static org.joml.Matrix3f mapnYZX()
    • mapnYZX

      public static org.joml.Matrix3f mapnYZX(org.joml.Matrix3f dest)
    • mapnYZnX

      public static org.joml.Matrix3f mapnYZnX()
    • mapnYZnX

      public static org.joml.Matrix3f mapnYZnX(org.joml.Matrix3f dest)
    • mapnYnXZ

      public static org.joml.Matrix3f mapnYnXZ()
    • mapnYnXZ

      public static org.joml.Matrix3f mapnYnXZ(org.joml.Matrix3f dest)
    • mapnYnXnZ

      public static org.joml.Matrix3f mapnYnXnZ()
    • mapnYnXnZ

      public static org.joml.Matrix3f mapnYnXnZ(org.joml.Matrix3f dest)
    • mapnYnZX

      public static org.joml.Matrix3f mapnYnZX()
    • mapnYnZX

      public static org.joml.Matrix3f mapnYnZX(org.joml.Matrix3f dest)
    • mapnYnZnX

      public static org.joml.Matrix3f mapnYnZnX()
    • mapnYnZnX

      public static org.joml.Matrix3f mapnYnZnX(org.joml.Matrix3f dest)
    • mapnZXY

      public static org.joml.Matrix3f mapnZXY()
    • mapnZXY

      public static org.joml.Matrix3f mapnZXY(org.joml.Matrix3f dest)
    • mapnZXnY

      public static org.joml.Matrix3f mapnZXnY()
    • mapnZXnY

      public static org.joml.Matrix3f mapnZXnY(org.joml.Matrix3f dest)
    • mapnZYX

      public static org.joml.Matrix3f mapnZYX()
    • mapnZYX

      public static org.joml.Matrix3f mapnZYX(org.joml.Matrix3f dest)
    • mapnZYnX

      public static org.joml.Matrix3f mapnZYnX()
    • mapnZYnX

      public static org.joml.Matrix3f mapnZYnX(org.joml.Matrix3f dest)
    • mapnZnXY

      public static org.joml.Matrix3f mapnZnXY()
    • mapnZnXY

      public static org.joml.Matrix3f mapnZnXY(org.joml.Matrix3f dest)
    • mapnZnXnY

      public static org.joml.Matrix3f mapnZnXnY()
    • mapnZnXnY

      public static org.joml.Matrix3f mapnZnXnY(org.joml.Matrix3f dest)
    • mapnZnYX

      public static org.joml.Matrix3f mapnZnYX()
    • mapnZnYX

      public static org.joml.Matrix3f mapnZnYX(org.joml.Matrix3f dest)
    • mapnZnYnX

      public static org.joml.Matrix3f mapnZnYnX()
    • mapnZnYnX

      public static org.joml.Matrix3f mapnZnYnX(org.joml.Matrix3f dest)
    • negateX

      public static org.joml.Matrix3f negateX()
    • negateX

      public static org.joml.Matrix3f negateX(org.joml.Matrix3f dest)
    • negateY

      public static org.joml.Matrix3f negateY()
    • negateY

      public static org.joml.Matrix3f negateY(org.joml.Matrix3f dest)
    • negateZ

      public static org.joml.Matrix3f negateZ()
    • negateZ

      public static org.joml.Matrix3f negateZ(org.joml.Matrix3f dest)