Library of Assembled Shared Sources
|
connects the data nodes with cubic bezier splines. More...
#include <spline_bezier_path.h>
Public Member Functions | |
bool | isEmpty () const override |
return true if the spline contains any nodes at all. | |
const TControlRange | controlRange () const override |
return the range of control values for which the spline can interpolate. | |
connects the data nodes with cubic bezier splines.
Definition at line 50 of file spline_bezier_path.h.
|
overridevirtual |
return true if the spline contains any nodes at all.
Implements lass::num::Spline< ScalarType, DataType >.
Definition at line 274 of file spline_bezier_path.inl.
|
overridevirtual |
return the range of control values for which the spline can interpolate.
Implements lass::num::Spline< ScalarType, DataType >.
Definition at line 287 of file spline_bezier_path.inl.