Package llnl.gnem.core.polygon
Class line
java.lang.Object
llnl.gnem.core.polygon.line
User: dodge1 Date: Jan 22, 2004 Time: 1:43:24 PM
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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)
-