Uses of Class
mgui.geometry.PointSet3D
Package | Description |
---|---|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.util |
-
Uses of PointSet3D in mgui.geometry
Methods in mgui.geometry with parameters of type PointSet3D Modifier and Type Method Description void
PointSet3D. setFromPointSet(PointSet3D set)
Constructors in mgui.geometry with parameters of type PointSet3D Constructor Description PointSet3D(PointSet3D set_to_copy)
-
Uses of PointSet3D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return PointSet3D Modifier and Type Method Description PointSet3D
PointSet3DInt. getPointSet()
Constructors in mgui.interfaces.shapes with parameters of type PointSet3D Constructor Description PointSet3DInt(PointSet3D set)
PointSet3DInt(PointSet3D set, java.lang.String name)
-
Uses of PointSet3D in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type PointSet3D 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
.