Interface Points

All Superinterfaces:
VisualizationItem<Points>

public interface Points
extends VisualizationItem<Points>
Visualization item for visualizing points.
Since:
9.10.2
  • Method Details

    • 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