class Mittsu::Spline
- Mittsu::Spline
- Reference
- Object
Defined in:
mittsu/math/spline.crConstant Summary
-
Length =
Struct.new(:chunks, :total)
-
Point =
Struct.new(:x, :y, :z)
Constructors
Instance Method Summary
- #control_points_array
- #init_from_array(a)
- #interpolate(p0, p1, p2, p3, t, t2, t3)
- #length(n_sub_divisions = 100)
- #point(k)
- #points
- #points=(points)
- #reparametrize_by_arc_length(sampling_coef)