Interface Points

    • Method Detail

      • create

        static Points create​(ARGBColor color,
                             Collection<Vector3d> points,
                             float pointSize)
        Creates visualization of points.
        Parameters:
        color - the color of the displayed points
        points - the points to be visualized
        pointSize - the size the visualized points are drawn
        Returns:
        the points visualization
        Throws:
        IllegalArgumentException - if no point is given
        NullPointerException - if given collection of points is null
        Since:
        9.10.2
      • getVertices

        List<Vector3d> getVertices()
        Return points to visualize.
        Returns:
        the vertices
        Since:
        9.10.2
      • getPointSize

        float getPointSize()
        Returns point size to visualize.
        Returns:
        the point size
        Since:
        9.10.2