Class Matrix3D

java.lang.Object
studio.magemonkey.fabled.data.Matrix3D

public class Matrix3D extends Object
  • Constructor Details

    • Matrix3D

      public Matrix3D(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3)
  • Method Details

    • get

      public double get(int a, int b)
    • getX

      public double getX(int index)
    • getX1

      public double getX1()
    • getX2

      public double getX2()
    • getX3

      public double getX3()
    • getY

      public double getY(int index)
    • getY1

      public double getY1()
    • getY2

      public double getY2()
    • getY3

      public double getY3()
    • getZ

      public double getZ(int index)
    • getZ1

      public double getZ1()
    • getZ2

      public double getZ2()
    • getZ3

      public double getZ3()
    • multiply

      public Point3D multiply(Point3D point)
    • multiply

      public Point3D[] multiply(Point3D[] points)
    • multiply

      public Matrix3D multiply(Matrix3D matrix)
    • isIdentity

      public boolean isIdentity()