Uses of Class
mgui.interfaces.shapes.PointSet2DInt
Package | Description |
---|---|
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.util | |
mgui.interfaces.tools.shapes | |
mgui.io.domestic.shapes |
-
Uses of PointSet2DInt in mgui.interfaces.shapes.graphs
Subclasses of PointSet2DInt in mgui.interfaces.shapes.graphs Modifier and Type Class Description class
Graph2DInt
Graph shape represented in R2. -
Uses of PointSet2DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return PointSet2DInt Modifier and Type Method Description static PointSet2DInt
ShapeFunctions. getIntersectionPointSet(PointSet3D point_set, Plane3D plane, float above_dist, float below_dist, java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>> data, ColourMap cmap)
Returns a PointSet2DInt object representing the points withinspacing
of the planeplane
. -
Uses of PointSet2DInt in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as PointSet2DInt Modifier and Type Field Description PointSet2DInt
ToolGetConvexHull2DOptions. point_set
-
Uses of PointSet2DInt in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes that return PointSet2DInt Modifier and Type Method Description PointSet2DInt
PointSet2DLoader. loadPointSet(ProgressUpdater progress_bar)
protected PointSet2DInt
PointSet2DLoader. loadPointSetBlocking(ProgressUpdater progress_bar)