Claw  1.7.3
Public Types | Public Member Functions | List of all members
claw::math::curve< C, Traits >::section::resolved_point Class Reference

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_typeget_position () const
 
const sectionget_section () const
 
double get_date () const
 

Detailed Description

template<typename C, typename Traits = coordinate_traits<C>>
class claw::math::curve< C, Traits >::section::resolved_point

The resolved point class is a point found on a section.

Author
Julien Jorge

Definition at line 134 of file curve.hpp.


The documentation for this class was generated from the following file: