Class Quad

    • Constructor Detail

      • Quad

        public Quad()
        Initializes an empty Quad with face status defaulting to true, and wireframe status defaulting to false.
    • Method Detail

      • begin

        protected void begin​(IPainter painter)
        Description copied from class: Geometry
        Invoke GL begin with the actual geometry type GL#GL_POINTS, GL#GL_LINES, GL#GL_TRIANGLES, GL2#GL_POLYGON ...
        Overrides:
        begin in class Polygon
      • add

        public void add​(Point point)
        Add a point to the polygon.
        Overrides:
        add in class Geometry