mem_util

Undocumented in source.

Members

Functions

copy
void copy(Matrix3x2d src, Matrix3x2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix2d src, Matrix2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix2d src, Matrix3d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix3d src, Matrix2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix2d src, Matrix3x2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix3x2d src, Matrix2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(double[] arr, int off, Matrix3x2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(double[] arr, int off, Matrix2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix3x2d src, double[] dest, int off)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Matrix2d src, double[] dest, int off)
Undocumented in source. Be warned that the author may not have intended to support it.
copy3x3
void copy3x3(Matrix3x2d src, double[] dest, int off)
Undocumented in source. Be warned that the author may not have intended to support it.
copy4x4
void copy4x4(Matrix4x3d src, double[] dest, int off)
Undocumented in source. Be warned that the author may not have intended to support it.
copy4x4
void copy4x4(Matrix3x2d src, double[] dest, int off)
Undocumented in source. Be warned that the author may not have intended to support it.
get
double get(Matrix4d m, int column, int row)

Helper class to do efficient memory operations on all DOML objects, NIO buffers and primitive arrays. This class is used internally throughout DOML, is undocumented and is subject to change. Use with extreme caution!

get
double get(Matrix3d m, int column, int row)
Undocumented in source. Be warned that the author may not have intended to support it.
identity
void identity(Matrix3x2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
set
Matrix4d set(Matrix4d m, int column, int row, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
Matrix3d set(Matrix3d m, int column, int row, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(Matrix2d m1, Matrix2d m2)
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero(Matrix3x2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero(Matrix2d dest)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta