Uses of Class
mgui.geometry.Vector3D
Package | Description |
---|---|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
mgui.geometry.neuro.mesh | |
mgui.geometry.util |
Uility classes for geometric operations.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of Vector3D in mgui.geometry
Constructors in mgui.geometry with parameters of type Vector3D Constructor Description Vector3D(Vector3D vector)
-
Uses of Vector3D in mgui.geometry.neuro.mesh
Fields in mgui.geometry.neuro.mesh declared as Vector3D Modifier and Type Field Description protected Vector3D
SampleRay. ray
Methods in mgui.geometry.neuro.mesh that return Vector3D Modifier and Type Method Description Vector3D
SampleRay. getRay()
-
Uses of Vector3D in mgui.geometry.util
Methods in mgui.geometry.util with parameters of type Vector3D Modifier and Type Method Description static org.jogamp.java3d.Transform3D
GeometryFunctions. getVectorRotation(Vector3D vector)
Determines the rotation that converts [1, 0, 0] tovector
.static boolean
GeometryFunctions. intersects(Vector3D vector, org.jogamp.vecmath.Point3f p)
Determines whetherp
intersectsvector
, within the tolerance set for this session instance (GeometryFunctions.error
).static boolean
GeometryFunctions. intersects(Vector3D vector, org.jogamp.vecmath.Point3f p, double tolerance)
Determines whetherp
intersectsvector
, within the given tolerance. -
Uses of Vector3D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return Vector3D Modifier and Type Method Description Vector3D
Vector3DInt. getVector()
Methods in mgui.interfaces.shapes with parameters of type Vector3D Modifier and Type Method Description void
VectorSet3DInt. addVector(Vector3D vector)
void
VectorSet3DInt. addVector(Vector3D vector, boolean updateShape, boolean updateListeners)
Constructors in mgui.interfaces.shapes with parameters of type Vector3D Constructor Description Vector3DInt(Vector3D vector)