Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
iMSTK
iMSTK
Commits
72526271
Commit
72526271
authored
8 years ago
by
Sreekanth Arikatla
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: Changes the name of math constants
Changes the name of math constants to be consistent
parent
2d83fc1c
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Base/Core/imstkMath.h
+1
-1
1 addition, 1 deletion
Base/Core/imstkMath.h
with
1 addition
and
1 deletion
Base/Core/imstkMath.h
+
1
−
1
View file @
72526271
...
...
@@ -74,7 +74,7 @@ const double PI_2 = 1.57079632679489661923;
const
double
PI_4
=
0.785398163397448309616
;
const
double
INV_1_PI
=
0.318309886183790671538
;
const
double
INV_2_PI
=
0.636619772367581343076
;
const
double
_2
_SQRTPI
=
1.12837916709551257390
;
const
double
TWO_OVER
_SQRTPI
=
1.12837916709551257390
;
const
double
SQRT2
=
1.41421356237309504880
;
const
double
SQRT1_2
=
0.707106781186547524401
;
const
double
NLOG_E
=
2.71828182845904523536
;
...
...
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