maspack.geometry
Class TriLineIntersection
java.lang.Object
maspack.geometry.TriLineIntersection
public class TriLineIntersection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
face
public Face face
points
public Point3d[] points
faceCoords
public Vector2d[] faceCoords
line
public Line line
TriLineIntersection
public TriLineIntersection(Face face,
Line l,
java.util.ArrayList<Point3d> points)
TriLineIntersection
public TriLineIntersection(Face face,
Line l,
java.util.ArrayList<Point3d> points,
java.util.ArrayList<Vector2d> coords)
numPoints
public int numPoints()
getFaceCoords
public Vector2d[] getFaceCoords()