org.robokind.api.interpolation
Class InterpolationHelper

java.lang.Object
  extended by org.robokind.api.interpolation.InterpolationHelper

public class InterpolationHelper
extends Object

Utility methods to help Interpolators.

Author:
Matthew Stevenson

Constructor Summary
InterpolationHelper()
           
 
Method Summary
static List<List<Point2D>> splitList(List<Point2D> points)
          Splits a List of Points by those with a y-value of -1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolationHelper

public InterpolationHelper()
Method Detail

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-2013. All Rights Reserved.