Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
bbb8ad5a
Commit
bbb8ad5a
authored
May 17, 2017
by
Hahn, Steven
Browse files
update doxygen
parent
8a97e6f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Geometry/src/Instrument/Detector.cpp
View file @
bbb8ad5a
...
...
@@ -92,8 +92,11 @@ double Detector::getSignedTwoTheta(const V3D &observer, const V3D &axis,
return
angle
;
}
/// Get the phi angle between the detector with reference to the origin
///@return The angle
/** Get the phi angle between the detector with reference to the origin
* This function will not be supported in Instrument-2.0 due to its ambiguity.
* DO NOT USE IN NEW CODE
* @return The angle
*/
double
Detector
::
getPhi
()
const
{
const
Kernel
::
V3D
pos
=
this
->
getPos
();
return
std
::
atan2
(
pos
[
1
],
pos
[
0
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment