|
GeomVis
0.1
Набор классов Java для визуализации результатов работы геометрических алгоритмов
|
Полный список членов класса geom.Algorithms, включая наследуемые из базового класса
| det(double a, double b, double c, double d) | geom.Algorithms | static |
| distance(double x1, double y1, double x2, double y2) | geom.Algorithms | static |
| distance(Point p1, Point p2) | geom.Algorithms | static |
| distance(Point p, Circle circle) | geom.Algorithms | static |
| distance2(double x1, double y1, double x2, double y2) | geom.Algorithms | static |
| distance2(Point p1, Point p2) | geom.Algorithms | static |
| len(Segment s) | geom.Algorithms | |
| midPoint(Segment s) | geom.Algorithms | |
| vect(Point a1, Point a2, Point b1, Point b2) | geom.Algorithms | static |
| vect(Line m, Line n) | geom.Algorithms | static |
1.8.7