Matrix3x2d.get4x4

Store this matrix as an equivalent 4x4 matrix in column-major order into the supplied float array. <p> In order to specify an explicit offset into the array, use the method {@link #get4x4(double[], int)}.

@see #get4x4(double[], int)

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

  1. double[] get4x4(double[] arr, int offset)
  2. double[] get4x4(double[] arr)
    struct Matrix3x2d
    double[]
    get4x4
    (
    double[] arr
    )

Meta