Uses of Class
mgui.interfaces.shapes.Vector3DInt
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.util |
-
Uses of Vector3DInt in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes with type parameters of type Vector3DInt Modifier and Type Field Description java.util.ArrayList<Vector3DInt>
VectorSet3DInt. vectors
Methods in mgui.interfaces.shapes that return types with arguments of type Vector3DInt Modifier and Type Method Description java.util.ArrayList<Vector3DInt>
VectorSet3DInt. getVectors()
-
Uses of Vector3DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type Vector3DInt Modifier and Type Method Description static Vector2DInt
ShapeFunctions. getIntersectionVector(Vector3DInt v_int, Plane3D plane, float above_dist, float below_dist)
Returns a Vector2DInt object which is the projection ofvector
ontoplane
, if and only if some part ofvector
is within the distance boundary specified byabove_dist
andbelow_dist
.static Vector2DInt
ShapeFunctions. getIntersectionVector(Vector3DInt v_int, Plane3D plane, float above_dist, float below_dist, org.jogamp.vecmath.Matrix4d transform)
Returns a Vector2DInt object which is the projection ofvector
ontoplane
, if and only if some part ofvector
is within the distance boundary specified byabove_dist
andbelow_dist
.