Package com.treemap.treeplot
Class Spoint
java.lang.Object
com.treemap.treeplot.Spoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
AddClosest
(Spoint who, long col) void
AddSpheresLink
(Spoint who) void
AddSpheresLink
(Spoint who, long col) static double
angleBetweenPoints
(Spoint a, Spoint b, Spoint c) Delete()
double
static Spoint
infiniteLineIntersection
(Spoint base1, Spoint v1, Spoint base2, Spoint v2) boolean
Negate()
void
NNDelete()
static Spoint
Polar2Vect
(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