Matrix3x2d.get

Store this matrix into the supplied double array in column-major order at the given offset.

@param arr the array to write the matrix values into @param offset the offset into the array @return the passed in array

  1. Matrix3x2d get(Matrix3x2d dest)
  2. double[] get(double[] arr, int offset)
    struct Matrix3x2d
    double[]
    get
    (
    double[] arr
    ,
    int offset
    )
  3. double[] get(double[] arr)

Meta