org.robokind.api.interpolation
Class InterpolationHelper
java.lang.Object
org.robokind.api.interpolation.InterpolationHelper
public class InterpolationHelper
- extends Object
Utility methods to help Interpolators.
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpolationHelper
public InterpolationHelper()
splitList
public static List<List<Point2D>> splitList(List<Point2D> points)
- Splits a List of Points by those with a y-value of -1.
- Parameters:
points
- List of points to split
- Returns:
- A resulting List of sublists
Copyright © 2011. All Rights Reserved.