Uses of Class
nl.tudelft.simulation.traffic.controlpoint.util.ControlPointsList

Packages that use ControlPointsList
nl.tudelft.simulation.traffic.controlpoint.util   
nl.tudelft.simulation.traffic.track   
 

Uses of ControlPointsList in nl.tudelft.simulation.traffic.controlpoint.util
 

Methods in nl.tudelft.simulation.traffic.controlpoint.util that return ControlPointsList
 ControlPointsList ControlPointsList.cloneList()
           
 

Methods in nl.tudelft.simulation.traffic.controlpoint.util with parameters of type ControlPointsList
 void ControlPointsList.addAll(ControlPointsList cpl)
           
 void ControlPointsList.removeAll(ControlPointsList removeList)
           
 

Uses of ControlPointsList in nl.tudelft.simulation.traffic.track
 

Methods in nl.tudelft.simulation.traffic.track that return ControlPointsList
 ControlPointsList TrackInterface.getControlPoints()
          Returns controlpoints for the track, as a sorted list.
 ControlPointsList TrackInterface.getCpsOnInterval(double startProgression, double lengthOfInterval)
          This method checks for controlPoints in an interval, inclusive, so returns cps that are on the edges of the interval
 ControlPointsList Track.getControlPoints()
           
 ControlPointsList Track.getCpsOnInterval(double progression, double lengthOfInterval)
           
 



Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.