Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
miscmaths
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
miscmaths
Commits
fd3ea60a
Commit
fd3ea60a
authored
17 years ago
by
Matthew Webster
Browse files
Options
Downloads
Patches
Plain Diff
grouped possible redundant matrix functions
parent
972df95b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
miscmaths.h
+2
-2
2 additions, 2 deletions
miscmaths.h
with
2 additions
and
2 deletions
miscmaths.h
+
2
−
2
View file @
fd3ea60a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment