toxi.geom
Class Line3D.LineIntersection

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

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


Nested Class Summary
static class Line3D.LineIntersection.Type
           
 
Method Summary
 float[] getCoefficients()
           
 float getLength()
           
 Line3D getLine()
           
 Line3D.LineIntersection.Type getType()
           
 boolean isIntersectionInside()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCoefficients

public float[] getCoefficients()

getLength

public float getLength()

getLine

public Line3D getLine()
Returns:
the pos

getType

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

isIntersectionInside

public boolean isIntersectionInside()

toString

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