poliastro.core.czml_utils
¶
Module Contents¶
Functions¶
|
Intersection of an ellipsoid defined by its axes a, b, c with the |
|
Return the projection of a point on an ellipsoid. |
- poliastro.core.czml_utils.intersection_ellipsoid_line(x, y, z, u1, u2, u3, a, b, c)¶
Intersection of an ellipsoid defined by its axes a, b, c with the line p + λu.
- Parameters
- Returns
p0, p1 – This returns both of the points intersecting the ellipsoid.
- Return type
- poliastro.core.czml_utils.project_point_on_ellipsoid(x, y, z, a, b, c)¶
Return the projection of a point on an ellipsoid.