Claw
1.7.3
|
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) | |
Constructor. | |
const coordinate_type & | get_position () const |
Get The position of the point. | |
const section & | get_section () const |
Get the section on which the point has been found. | |
double | get_date () const |
Get the date of the point on the section. |
The resolved point class is a point found on a section.
claw::math::curve< C, Traits >::section::resolved_point::resolved_point | ( | const coordinate_type & | position, |
const section & | s, | ||
const double | t | ||
) |