geomerative
Class RClosest

java.lang.Object
  extended by geomerative.RClosest

public class RClosest
extends java.lang.Object

This class allows contains information about an evaluation of the closest points or intersections between shapes/paths/commands.


Field Summary
 float[] advancements
           
 RPoint[] closest
           
 float distance
           
 RPoint[] intersects
           
 
Constructor Summary
RClosest()
           
 
Method Summary
 void update(RClosest other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intersects

public RPoint[] intersects

closest

public RPoint[] closest

distance

public float distance

advancements

public float[] advancements
Constructor Detail

RClosest

public RClosest()
Method Detail

update

public void update(RClosest other)


Geomerative by Ricard Marxer, http://www.ricardmarxer.com/geomerative/