public class TriLineIntersection
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| Face | face | 
| Vector2d[] | faceCoords | 
| Line | line | 
| Point3d[] | points | 
| Constructor and Description | 
|---|
| TriLineIntersection(Face face,
                   Line l,
                   java.util.ArrayList<Point3d> points) | 
| TriLineIntersection(Face face,
                   Line l,
                   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 Line line
public TriLineIntersection(Face face, Line l, java.util.ArrayList<Point3d> points)
public int numPoints()
public Vector2d[] getFaceCoords()