Package org.hipparchus.samples.geometry
Class GeometryExample
- java.lang.Object
-
- org.hipparchus.samples.geometry.GeometryExample
-
public class GeometryExample extends Object
Simple example illustrating some parts of the geometry package. TODO: - select tolerance level - allow editing of the point set
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeometryExample.Display
-
Constructor Summary
Constructors Constructor Description GeometryExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.piccolo2d.PCanvascreateCanvas()static List<Vector2D>createCircle(int samples)static List<Vector2D>createCross()static List<Vector2D>createRandomPoints(int size)static voidmain(String[] argv)
-
-
-
Method Detail
-
createCanvas
public static org.piccolo2d.PCanvas createCanvas()
-
main
public static void main(String[] argv)
-
-