maspack.geometry
Class TriPlaneIntersection
java.lang.Object
maspack.geometry.TriPlaneIntersection
public class TriPlaneIntersection
- 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
plane
public Plane plane
TriPlaneIntersection
public TriPlaneIntersection(Face face,
Plane p,
java.util.ArrayList<Point3d> points)
TriPlaneIntersection
public TriPlaneIntersection(Face face,
Plane p,
java.util.ArrayList<Point3d> points,
java.util.ArrayList<Vector2d> coords)
numPoints
public int numPoints()
getFaceCoords
public Vector2d[] getFaceCoords()