|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsddl.hierarchy.AbstractPoint
sddl.hierarchy.BinaryMapPoint
public class BinaryMapPoint
Represents a combination of two points
Constructor Summary | |
---|---|
BinaryMapPoint(AbstractPoint firstPoint,
AbstractPoint secondPoint)
Creates the combination of the two points |
Method Summary | |
---|---|
BinaryMapPoint |
copy()
Returns a copy of this Point |
void |
setMapTypeAdd()
Sets the combination to be an Asymptote add function |
java.lang.String |
solve()
Returns an Asymptote string describing the combination of the two points |
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 BinaryMapPoint(AbstractPoint firstPoint, AbstractPoint secondPoint)
firstPoint
- The first pointsecondPoint
- The second pointMethod Detail |
---|
public BinaryMapPoint copy()
copy
in class AbstractPoint
public java.lang.String solve()
solve
in class AbstractPoint
public void setMapTypeAdd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |