Class ScatterPoint

java.lang.Object
org.jzy3d.plot3d.primitives.Drawable
org.jzy3d.plot3d.primitives.ScatterPoint
All Implemented Interfaces:
ISingleColorable, IGLRenderer, ISortableDraw
Direct Known Subclasses:
ConcurrentScatterPoint

public class ScatterPoint extends Drawable implements ISingleColorable
Experimental 3d object.
Author:
Martin Pernollet
  • Field Details

  • Constructor Details

    • ScatterPoint

      public ScatterPoint()
    • ScatterPoint

      public ScatterPoint(List<LightPoint> points, float width)
  • Method Details