Uses of Class
mgui.geometry.Rect3D
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.volume |
-
Uses of Rect3D in mgui.geometry
Constructors in mgui.geometry with parameters of type Rect3D Constructor Description Rect3D(Rect3D copy)
-
Uses of Rect3D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return Rect3D Modifier and Type Method Description Rect3D
Rect3DInt. getRect()
Methods in mgui.interfaces.shapes with parameters of type Rect3D Modifier and Type Method Description void
Volume2DInt. setPlaneRect(Rect3D rect)
Constructors in mgui.interfaces.shapes with parameters of type Rect3D Constructor Description Image3DInt(Rect3D thisRect, java.awt.image.BufferedImage image)
Image3DInt(Rect3D thisRect, java.awt.image.BufferedImage image, boolean hasAlpha)
Rect3DInt(Rect3D thisRect)
TestTextureInt(Rect3D p, java.awt.image.BufferedImage image, int depth)
TestTextureInt(Rect3D p, java.awt.image.BufferedImage image, int depth, boolean hasAlpha)
-
Uses of Rect3D in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type Rect3D Modifier and Type Method Description void
InterfaceVolumePanel. setGeometryFromRect(Rect3D r)