Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | value_type = Vertex< T, N > |
using | reference = value_type & |
using | const_reference = const value_type & |
using | vertex_array = std::vector< value_type > |
using | size_type = size_t |
using | segments_type = Curve_segments< T, N > |
Public Member Functions | |
Cubic_spline (const vertex_array &values) | |
value_type | operator() (T t) const |
const_reference | front () const noexcept |
const_reference | back () const noexcept |
size_type | size () const |
const vertex_array & | derivatives () const |
const segments_type & | segments () const |
segments_type & | segments () |
void | range (T min, T max) |
T | length () const |
void | smooth_left (value_type p_left) |
void | smooth_right (value_type p_right) |
Definition at line 36 of file cubic_spline.hh.