Uses of Class
Jcg.geometry.PointCloud_2
Packages that use PointCloud_2
-
Uses of PointCloud_2 in Jcg.geometry
Subclasses of PointCloud_2 in Jcg.geometryModifier and TypeClassDescriptionclassClass representing a polyline in the plane (ordered sequence of points in 2D)Methods in Jcg.geometry that return PointCloud_2Modifier and TypeMethodDescriptionstatic PointCloud_2PointCloud_2.pointsInCircle(int n) Generate points inside a circle at randomConstructors in Jcg.geometry with parameters of type PointCloud_2ModifierConstructorDescriptionPolyLine_2(PointCloud_2 pointCloud) Create a polyline from a point cloud (there is no copy of the list)