Package com.treemap.treeplot
Class Spoint
java.lang.Object
com.treemap.treeplot.Spoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAddClosest(Spoint who, long col) voidAddSpheresLink(Spoint who) voidAddSpheresLink(Spoint who, long col) static doubleangleBetweenPoints(Spoint a, Spoint b, Spoint c) Delete()doublestatic SpointinfiniteLineIntersection(Spoint base1, Spoint v1, Spoint base2, Spoint v2) booleanNegate()voidNNDelete()static SpointPolar2Vect(double r, double theta) scale(double byWhat) toString()VirtualInsert(Spoint who)
-
Field Details
-
x
public final double x -
y
public final double y -
next
-
prev
-
chnext
-
chprev
-
-
Constructor Details
-
Spoint
public Spoint(double inx, double iny)
-
-
Method Details