mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
add getter for LocalCoord transformation matrices
old-commit-hash: 29262db5d63f0e5d65c2f00d4929991fb2e0d848
This commit is contained in:
@@ -55,6 +55,9 @@ cdef extern from "coordinates.cc":
|
||||
Geodetic ecef2geodetic(ECEF)
|
||||
|
||||
cdef cppclass LocalCoord_c "LocalCoord":
|
||||
Matrix3 ned2ecef_matrix
|
||||
Matrix3 ecef2ned_matrix
|
||||
|
||||
LocalCoord_c(Geodetic, ECEF)
|
||||
LocalCoord_c(Geodetic)
|
||||
LocalCoord_c(ECEF)
|
||||
|
||||
Reference in New Issue
Block a user