The resolved point class is a point found on a section. More...
#include <curve.hpp>
Public Types | |
| typedef C | coordinate_type |
| The type of the coordinates of the curve. | |
Public Member Functions | |
| resolved_point (const coordinate_type &position, const section &s, const double t) | |
| const coordinate_type & | get_position () const |
| const section & | get_section () const |
| double | get_date () const |
The resolved point class is a point found on a section.
| typedef C claw::math::curve< C, Traits >::section::resolved_point::coordinate_type |