Home
last modified time | relevance | path

Searched defs:sinLon (Results 1 – 5 of 5) sorted by relevance

/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/
H A Doskar_sph_rotate_to_position.c52 double cosLon, sinLon, cosLat, sinLat; in oskar_sph_rotate_to_position() local
85 float cosLon, sinLon, cosLat, sinLat; in oskar_sph_rotate_to_position() local
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/math/
H A DFGLocation.cpp86 double sinLon = sin(lon); in FGLocation() local
232 double sinLon = sin(lon); in SetPosition() local
281 double sinLon, cosLon; in ComputeDerivedUnconditional() local
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DSphericalCoordinates.cc312 double sinLon = sin(this->dataPtr->longitudeReference.Radian()); in UpdateTransformationMatrix() local
358 double sinLon = sin(_pos.Y()); in PositionTransform() local
/dports/games/palomino/palomino/src/sky/
H A Dsky_dome.cc104 const fp sinLon = std::sin( lonRad ); in SkyDome() local
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DRing.cpp187 const double sinLon = sin(lon); in getValue() local