toxi.geom
Class Line2D.LineIntersection

java.lang.Object
  extended by toxi.geom.Line2D.LineIntersection
Enclosing class:
Line2D

public static class Line2D.LineIntersection
extends java.lang.Object


Nested Class Summary
static class Line2D.LineIntersection.Type
           
 
Constructor Summary
Line2D.LineIntersection(Line2D.LineIntersection.Type type, ReadonlyVec2D pos)
           
 
Method Summary
 Vec2D getPos()
           
 Line2D.LineIntersection.Type getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Line2D.LineIntersection

public Line2D.LineIntersection(Line2D.LineIntersection.Type type,
                               ReadonlyVec2D pos)
Method Detail

getPos

public Vec2D getPos()
Returns:
the pos

getType

public Line2D.LineIntersection.Type getType()
Returns:
the type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object