SFF++ library: reading and writing SFF from C++
◆
offsetdeg()
double sff::offsetdeg
(
const
SRCE
&
srce
,
const
INFO
&
info
,
const double &
radius
)
return offset in degrees
Definition at line
103
of file
offset.cc
.
References
offset()
.
105
{
106
double
retval=
offset
(srce, info, radius)*1.e-3*360./(2.*M_PI*radius);
107
return
(retval);
108
}
// double offsetdeg(const SRCE& srce, const INFO& info,
sff::offset
double offset(const SRCE &srce, const INFO &info, const double &radius)
return offset in meters
Definition:
offset.cc:45
Here is the call graph for this function:
sff
Generated on Mon Aug 21 2023 17:36:13 for SFF++ library: reading and writing SFF from C++ by
1.8.14