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