Uses of Class
Jcg.geometry.Point_d
Packages that use Point_d
-
Uses of Point_d in Jcg.geometry
Subclasses with type arguments of type Point_d in Jcg.geometryModifier and TypeClassDescriptionclassClass representing a collection of points (in dimension d)Methods in Jcg.geometry that return Point_dModifier and TypeMethodDescriptionPoint_d[]PointCloud_d.boundingBox()Compute the bounding box (enclosing all points)PointCloud_d.max(int d) Return the point with greatest coordinate value (in direction d)PointCloud_d.min(int d) Return the point with smallest coordinate value (in direction d)Constructor parameters in Jcg.geometry with type arguments of type Point_dModifierConstructorDescriptionPointCloud_d(ArrayList<Point_d> points) Create a new point cloud (a copy) from a collection of points