Package | Description |
---|---|
Jcg.convexhull2d | |
Jcg.geometry |
Modifier and Type | Method and Description |
---|---|
PointCloud_2 |
ConvexHull_2.computeConvexHull(PointCloud_2 points)
Computation of 2D convex hull
|
PointCloud_2 |
AndrewConvexHull.computeConvexHull(PointCloud_2 points) |
Modifier and Type | Method and Description |
---|---|
PointCloud_2 |
ConvexHull_2.computeConvexHull(PointCloud_2 points)
Computation of 2D convex hull
|
PointCloud_2 |
AndrewConvexHull.computeConvexHull(PointCloud_2 points) |
Modifier and Type | Class and Description |
---|---|
class |
PolyLine_2
Class representing a polyline in the plane (ordered sequence of points in 2D)
|
Modifier and Type | Method and Description |
---|---|
static PointCloud_2 |
PointCloud_2.pointsInCircle(int n)
Generate points inside a circle at random
|
Constructor and Description |
---|
PolyLine_2(PointCloud_2 pointCloud)
Create a polyline from a point cloud (there is no copy of the list)
|