OpenCMISS-Iron Internal API Documentation
|
Calculates the difference (or delta) between two points in a coordinate system. Discontinuities for polar coordinate systems are accounted for. More...
Private Member Functions | |
real(dp) function, dimension(size(x, 1)) | coordinate_delta_calculate_dp (COORDINATE_SYSTEM, X, Y, ERR, ERROR) |
Calculates the difference (or detlta) between the point X and the point Y i.e., Y-X, in the given coordinate system. 0->2Pi discontinuities with polar coordinates are accounted for. More... | |
Calculates the difference (or delta) between two points in a coordinate system. Discontinuities for polar coordinate systems are accounted for.
Definition at line 133 of file coordinate_routines.f90.
|
private |
Calculates the difference (or detlta) between the point X and the point Y i.e., Y-X, in the given coordinate system. 0->2Pi discontinuities with polar coordinates are accounted for.
[in] | coordinate_system | The coordinate system to calculate the delta for |
[in] | x | The first coordinate |
[in] | y | The second coordinate |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 598 of file coordinate_routines.f90.