public class Line3
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Vector3 |
pt1 |
Vector3 |
pt2 |
static double |
tol |
| Constructor and Description |
|---|
Line3() |
Line3(Vector3 pt1,
Vector3 pt2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
intersection2D(Line3 line1,
Line3 line2,
Vector3 store) |
public static final double tol
public Vector3 pt1
public Vector3 pt2