|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
Result of ray-ellipsoid intersection. More...
#include <GeodesicUtils.hpp>
Public Attributes | |
| Scalar | hit |
| Scalar | t_near |
| Parameter for near intersection point. | |
| Scalar | t_far |
| Parameter for far intersection point. | |
| Vec3< Scalar > | point_near |
| Near intersection point (ECEF). | |
| Vec3< Scalar > | point_far |
| Far intersection point (ECEF). | |
Result of ray-ellipsoid intersection.
| Scalar vulcan::geodetic::RayIntersection< Scalar >::hit |
0 if ray intersects ellipsoid, ≤ 0 otherwise
| Vec3<Scalar> vulcan::geodetic::RayIntersection< Scalar >::point_far |
Far intersection point (ECEF).
| Vec3<Scalar> vulcan::geodetic::RayIntersection< Scalar >::point_near |
Near intersection point (ECEF).
| Scalar vulcan::geodetic::RayIntersection< Scalar >::t_far |
Parameter for far intersection point.
| Scalar vulcan::geodetic::RayIntersection< Scalar >::t_near |
Parameter for near intersection point.