math.geom2d.transform
Class LineProjection2D

java.lang.Object
  extended by math.geom2d.transform.LineProjection2D
All Implemented Interfaces:
Projection2D, Transform2D

public abstract class LineProjection2D
extends java.lang.Object
implements Projection2D

orthogonal projection on a line.


Constructor Summary
LineProjection2D()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface math.geom2d.transform.Transform2D
transform, transform
 

Constructor Detail

LineProjection2D

public LineProjection2D()