|
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 | container_type = std::vector< value_type > |
| using | size_type = size_t |
Public Member Functions | |
| Bezier_curve (const container_type &values) | |
| value_type | operator() (T t) const |
Definition at line 11 of file bezier_curve.hh.
|
inline |
Uses de Casteljau's algorithm.
Definition at line 33 of file bezier_curve.hh.
1.8.15