Include dependency graph for mappings.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | mappings |
Class that maps energy-angle pairs between reference frames. More... | |
class | Pair |
Stores energy and direction cosine pair used in reference frame mapping. More... | |
Functions | |
Pair | operator- (const Pair &A, const Pair &B) |
Returns A - B. | |
double | Pair_area (const Pair &A, const Pair &B) |
Returns area of the triangle generated by A, B, and O. |
Definition in file mappings.hpp.
|
Function that returns the vector difference A-B in a Pair. Definition at line 68 of file mappings.cpp. |
|
Function that returns 1/2 the vector cross product of A and B - 1/2(A X B), where the two elements of the Pair are considered to be two components of a vector. This is equivalent to the area of the triangle formed by A and B, both starting at the origin. Definition at line 75 of file mappings.cpp. |