Liking cljdoc? Tell your friends :D

physics.frames

Reference frame conversions and Earth constants.

Reference frame conversions and Earth constants.
raw docstring

degrees->radiansclj

(degrees->radians deg)
source

earth-rotationclj

source

earth-rotation-rateclj

(earth-rotation-rate)
source

ecef->enuclj

(ecef->enu origin-pose target-ecef)

Convert ECEF vector into ENU coordinates relative to ORIGIN pose.

Convert ECEF vector into ENU coordinates relative to ORIGIN pose.
sourceraw docstring

ecef->geodeticclj

(ecef->geodetic [x y z])

Convert ECEF vector to geodetic coordinates (deg, deg, meters). Uses iterative method for high precision.

Convert ECEF vector to geodetic coordinates (deg, deg, meters).
Uses iterative method for high precision.
sourceraw docstring

enu->ecefclj

(enu->ecef origin-pose [e n u])

Convert ENU vector back to ECEF coordinates relative to ORIGIN pose.

Convert ENU vector back to ECEF coordinates relative to ORIGIN pose.
sourceraw docstring

geodetic->ecefclj

(geodetic->ecef {:keys [lat-deg lon-deg alt-m]})

Convert geodetic coordinates (deg, deg, meters) to Earth-Centered, Earth-Fixed vector.

Convert geodetic coordinates (deg, deg, meters) to Earth-Centered, Earth-Fixed vector.
sourceraw docstring

geodetic->enuclj

(geodetic->enu origin-pose {:keys [lat-deg lon-deg alt-m]})

Return ENU pose of target with respect to origin pose (WGS84 inputs).

Return ENU pose of target with respect to origin pose (WGS84 inputs).
sourceraw docstring

radians->degreesclj

(radians->degrees rad)
source

wgs84-aclj

source

wgs84-bclj

source

wgs84-e2clj

source

wgs84-e2-primeclj

source

wgs84-fclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close