Uses of Class
mgui.interfaces.shapes.Polygon2DInt
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.util | |
mgui.interfaces.tools.shapes |
-
Uses of Polygon2DInt in mgui.interfaces.shapes
Subclasses of Polygon2DInt in mgui.interfaces.shapes Modifier and Type Class Description class
BoolPolygon2DInt
class
IntPolygon2DInt
class
LPolygon2DInt
Light 2D polygon with no attributes (attributes are assignable)Constructors in mgui.interfaces.shapes with parameters of type Polygon2DInt Constructor Description BoolPolygon2DInt(Polygon2DInt thisPoly)
IntPolygon2DInt(Polygon2DInt thisPoly)
-
Uses of Polygon2DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return Polygon2DInt Modifier and Type Method Description static Polygon2DInt
ShapeFunctions. getGroomedPolygon(Polygon2DInt thisPoly, float minLen, boolean blnMin, float maxLen, boolean blnMax, float minAngle)
static Polygon2DInt
ShapeFunctions. getProjectedPolygon(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist)
Returns a 2D polygon in section coordinates representing the projection ofpolygon
ontoplane
, within the specified clipping distances.static Polygon2DInt
ShapeFunctions. getProjectedPolygon(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)
Returns a 2D polygon in section coordinates representing the projection ofpolygon
ontoplane
, within the specified clipping distances.static Polygon2DInt
ShapeFunctions. getProjectedPolygon_bak(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)
Returns a 2D polygon in section coordinates representing the projection ofpolygon
ontoplane
, within the specified clipping distances.Methods in mgui.interfaces.shapes.util with parameters of type Polygon2DInt Modifier and Type Method Description static BoolPolygon2DInt
ShapeFunctions. getBoolCornerPoints(Polygon2DInt thePoly, double length_threshold, double angle_threshold)
static Polygon2DInt
ShapeFunctions. getGroomedPolygon(Polygon2DInt thisPoly, float minLen, boolean blnMin, float maxLen, boolean blnMax, float minAngle)
static IntPolygon2DInt
ShapeFunctions. getIntCornerPoints(Polygon2DInt thePoly, double length_threshold, double angle_threshold)
-
Uses of Polygon2DInt in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as Polygon2DInt Modifier and Type Field Description protected Polygon2DInt
ToolCreatePolygon2D. thisPoly