Class PolygonFunctions

java.lang.Object
mgui.geometry.polygon.PolygonFunctions

public class PolygonFunctions
extends java.lang.Object
25 July, 2009 This file is part of modelGUI[core] (mgui-core). modelGUI[core] is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. modelGUI[core] is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with modelGUI[core]. If not, see . Static function class to perform operations on 2D and 3D polygons.
Author:
Andrew Reid
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  PolygonFunctions.PolyDirection  
  • Constructor Summary

    Constructors
    Constructor Description
    PolygonFunctions()  
  • Method Summary

    Modifier and Type Method Description
    static void setPolygonDirections​(SectionSet3DInt polygons, PolygonFunctions.PolyDirection direction)
    Sets the polygon direction of each polygon in polygons to the specified direction.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolygonFunctions

      public PolygonFunctions()
  • Method Details

    • setPolygonDirections

      public static void setPolygonDirections​(SectionSet3DInt polygons, PolygonFunctions.PolyDirection direction)
      Sets the polygon direction of each polygon in polygons to the specified direction.
      Parameters:
      polygons -
      direction -