|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsddl.hierarchy.AbstractPoint
sddl.hierarchy.IntersectionPoint
public class IntersectionPoint
Represents the intersection of two Paths
Constructor Summary | |
---|---|
IntersectionPoint(Path p,
Path q)
Construct an Intersection point from 2 Paths |
Method Summary | |
---|---|
IntersectionPoint |
copy()
Returns a copy of this Point |
java.lang.String |
solve()
Returns an Asymptote string describing the Point |
Methods inherited from class sddl.hierarchy.AbstractPoint |
---|
add, combine, multiply |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntersectionPoint(Path p, Path q)
p
- First pathq
- Second pathMethod Detail |
---|
public IntersectionPoint copy()
copy
in class AbstractPoint
public java.lang.String solve()
AbstractPoint
solve
in class AbstractPoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |