public class PathEdge
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected static Logger |
log |
protected static boolean |
logAll |
Constructor and Description |
---|
PathEdge() |
PathEdge(AOVector start,
AOVector end) |
Modifier and Type | Method and Description |
---|---|
AOVector |
bestPoint(AOVector loc1,
AOVector loc2,
float offset) |
java.lang.Object |
clone() |
AOVector |
getEnd() |
AOVector |
getMidpoint() |
java.util.List<AOVector> |
getNearAndFarNormalPoints(AOVector loc1,
AOVector loc2,
float offset) |
AOVector |
getStart() |
java.lang.String |
toString() |
protected static final Logger log
protected static boolean logAll