public class TriPlaneIntersection
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| Face | face | 
| Vector2d[] | faceCoords | 
| Plane | plane | 
| Point3d[] | points | 
| Constructor and Description | 
|---|
| TriPlaneIntersection(Face face,
                    Plane p,
                    java.util.ArrayList<Point3d> points) | 
| TriPlaneIntersection(Face face,
                    Plane p,
                    java.util.ArrayList<Point3d> points,
                    java.util.ArrayList<Vector2d> coords) | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector2d[] | getFaceCoords() | 
| int | numPoints() | 
public Face face
public Point3d[] points
public Vector2d[] faceCoords
public Plane plane
public TriPlaneIntersection(Face face, Plane p, java.util.ArrayList<Point3d> points)
public int numPoints()
public Vector2d[] getFaceCoords()