Documentation
¶
Index ¶
- func AER2ENU(az, el, srange float64) (e, n, u float64)
- func ECEF2ECI(x, y, z float64, t time.Time) (xEci, yEci, zEci float64)
- func ECEF2ENU(x, y, z, lat0, lon0, h0 float64, ell *Ellipsoid) (e, n, u float64)
- func ECEF2Geodetic(x, y, z float64, ell *Ellipsoid) (lat, lon, alt float64)
- func ECI2ECEF(x, y, z float64, t time.Time) (xEcef, yEcef, zEcef float64)
- func ENU2AER(e, n, u float64) (az, el, srange float64)
- func ENU2ECEF(e, n, u, lat0, lon0, h0 float64, ell *Ellipsoid) (x, y, z float64)
- func Geodetic2ECEF(lat, lon, alt float64, ell *Ellipsoid) (x, y, z float64)
- func R3(angle float64) [3][3]float64
- type AER
- type ECEF
- type ECI
- type ENU
- type Ellipsoid
- type Geodetic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ECEF2Geodetic ¶
ECEF2Geodetic 将ECEF坐标转换为地理坐标
func Geodetic2ECEF ¶
Geodetic2ECEF 将地理坐标转换为ECEF坐标
Types ¶
type Ellipsoid ¶
type Ellipsoid struct {
Model string
Name string
SemimajorAxis float64
SemiminorAxis float64
Flattening float64
ThirdFlattening float64
Eccentricity float64
}
Ellipsoid 表示地球椭球体参数
Click to show internal directories.
Click to hide internal directories.