Package toxi.geom

Class Line3D.LineIntersection

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

public static class Line3D.LineIntersection extends Object
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object