Class Matrix2x3d

java.lang.Object
com.agisoft.metashape.Matrix2x3d

public class Matrix2x3d
extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • Matrix2x3d

      public Matrix2x3d​(long cPtr, boolean cMemoryOwn)
    • Matrix2x3d

      public Matrix2x3d()
    • Matrix2x3d

      public Matrix2x3d​(double[][] data)
  • Method Details

    • getCPtr

      public static long getCPtr​(Matrix2x3d obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • get

      public double get​(int row, int col)
    • set

      public void set​(int row, int col, double value)
    • getData

      public double[][] getData()
    • col

      public Vector2d col​(int n)
    • row

      public Vector3d row​(int n)