| Package | Description |
|---|---|
| org.scijava.java3d.utils.behaviors.interpolators |
Provides spline-based interpolation behaviors.
|
| Modifier and Type | Method and Description |
|---|---|
CubicSplineSegment |
CubicSplineCurve.getSegment(int index)
This method returns the CubicSplineSegments pointed to by index
|
| Modifier and Type | Method and Description |
|---|---|
void |
CubicSplineCurve.setSegments(CubicSplineSegment[] s)
This method takes a list of spline segments to replace the existing
set of CubicSplineSegments that comprise the current CubicSplineCurve
motion path.
|
Copyright © 2016–2022 SciJava. All rights reserved.