-
Methods in mgui.interfaces.shapes.util that return Graph2DInt
Modifier and Type |
Method |
Description |
static Graph2DInt |
ShapeFunctions.getIntersectedGraph(InterfaceAbstractGraph graph3d,
java.util.HashMap<AbstractGraphNode,java.lang.Integer> node_map,
Plane3D plane,
float above_dist,
float below_dist) |
Returns a Graph2DInt object derived from the plane and 3D
graph.
|
static Graph2DInt |
ShapeFunctions.getIntersectedGraph(InterfaceAbstractGraph graph3d,
java.util.HashMap<AbstractGraphNode,java.lang.Integer> node_map,
Plane3D plane,
float above_dist,
float below_dist,
org.jogamp.vecmath.Matrix4d transform) |
Returns a Graph2DInt object derived from the plane and 3D
graph.
|