Class PickablePoint

All Implemented Interfaces:
ISingleColorable, IGLRenderer, ISortableDraw, Pickable

public class PickablePoint extends Point implements Pickable
  • Field Details

    • id

      protected int id
  • Constructor Details

    • PickablePoint

      public PickablePoint()
    • PickablePoint

      public PickablePoint(Coord3d xyz, Color rgb, float width)
    • PickablePoint

      public PickablePoint(Coord3d xyz, Color rgb)
    • PickablePoint

      public PickablePoint(Coord3d xyz)
  • Method Details