Class line

java.lang.Object
llnl.gnem.core.polygon.line

public class line extends Object
User: dodge1 Date: Jan 22, 2004 Time: 1:43:24 PM
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.apache.commons.math3.geometry.euclidean.threed.Vector3D
     
    org.apache.commons.math3.geometry.euclidean.threed.Vector3D
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    line(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pp1, org.apache.commons.math3.geometry.euclidean.threed.Vector3D pp2)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • p1

      public org.apache.commons.math3.geometry.euclidean.threed.Vector3D p1
    • p2

      public org.apache.commons.math3.geometry.euclidean.threed.Vector3D p2
  • Constructor Details

    • line

      public line()
    • line

      public line(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pp1, org.apache.commons.math3.geometry.euclidean.threed.Vector3D pp2)