Class SimplePolygon

    • Constructor Detail

      • SimplePolygon

        public SimplePolygon()
    • Method Detail

      • draw

        public void draw​(IPainter painter)
        Description copied from class: Drawable
        Call OpenGL2 routines for rendering the object.
        Specified by:
        draw in interface IGLRenderer
        Overrides:
        draw in class Geometry