Uses of Class
Jcg.geometry.Point_d

Packages that use Point_d
Package
Description
 
  • Uses of Point_d in Jcg.geometry

    Subclasses with type arguments of type Point_d in Jcg.geometry
    Modifier and Type
    Class
    Description
    class 
    Class representing a collection of points (in dimension d)
    Methods in Jcg.geometry that return Point_d
    Modifier and Type
    Method
    Description
    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_d
    Modifier
    Constructor
    Description
     
    Create a new point cloud (a copy) from a collection of points