Skip to content
Snippets Groups Projects
Commit fd3ea60a authored by Matthew Webster's avatar Matthew Webster
Browse files

grouped possible redundant matrix functions

parent 972df95b
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,8 @@ namespace MISCMATHS {
Matrix Mat44ToNewmat(mat44 m);
mat44 NewmatToMat44(const Matrix& m);
mat44 newmat_to_mat44(const Matrix& inmat);
Matrix mat44_to_newmat(mat44 inmat);
void get_axis_orientations(const Matrix& sform_mat, int sform_code,
const Matrix& qform_mat, int qform_code,
......@@ -199,8 +201,6 @@ namespace MISCMATHS {
int qform_code_ref, const Matrix& qform_mat_ref,
float dx_ref, float dy_ref, float dz_ref,
int nx_ref, int ny_ref, int nz_ref);
mat44 newmat_to_mat44(const Matrix& inmat);
Matrix mat44_to_newmat(mat44 inmat);
void cart2sph(const ColumnVector& dir, float& th, float& ph);// cartesian to sperical polar coordinates
void cart2sph(const Matrix& dir,ColumnVector& th,ColumnVector& ph);//ditto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment