Uses of Class
mgui.numbers.MguiFloat
Package | Description |
---|---|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
mgui.geometry.util |
Uility classes for geometric operations.
|
-
Uses of MguiFloat in mgui.geometry
Constructors in mgui.geometry with parameters of type MguiFloat Constructor Description Radius2D(MguiFloat thisAngle, MguiFloat thisLength)
Set this radius with angle and length arDouble objects -
Uses of MguiFloat in mgui.geometry.mesh
Methods in mgui.geometry.mesh that return types with arguments of type MguiFloat Modifier and Type Method Description static java.util.ArrayList<MguiFloat>
MeshFunctions. getVertexWiseCurvatureBak(Mesh3D mesh)
-
Uses of MguiFloat in mgui.geometry.util
Methods in mgui.geometry.util that return types with arguments of type MguiFloat Modifier and Type Method Description static java.util.ArrayList<MguiFloat>
GeometryFunctions. getCrossProducts(Polygon2D thisPoly)
Returns a list of cross-products corresponding the the vertices ofthisPoly
.Methods in mgui.geometry.util with parameters of type MguiFloat Modifier and Type Method Description protected K3DBinaryTree.K3DNode
K3DBinaryTree. searchNN(K3DBinaryTree.K3DNode here, org.jogamp.vecmath.Point3f point, K3DBinaryTree.K3DNode best, MguiFloat current_best)
Does a recursive search of this tree to find the nearest neighbour ofpoint
.Method parameters in mgui.geometry.util with type arguments of type MguiFloat Modifier and Type Method Description static boolean
GeometryFunctions. isClockwise(java.util.ArrayList<MguiFloat> crossProducts)
Determines from a list of vertex-wise cross-products whether a polygon is clockwise or not (i.e., counter-clockwise).static boolean
GeometryFunctions. isConvex(java.util.ArrayList<MguiFloat> crossProducts)
Determines from a list of vertex-wise cross-products whether a polygon is convex or not (i.e., concave).