Package | Description |
---|---|
org.openimaj.vis.general |
Modifier and Type | Method and Description |
---|---|
void |
DotPlotVisualisation3D.plotObject(javax.media.opengl.GLAutoDrawable drawable,
XYZVisualisation3D.LocatedObject3D<DotPlotVisualisation.ColouredDot> object,
AxesRenderer3D renderer) |
void |
ItemPlotter3D.plotObject(javax.media.opengl.GLAutoDrawable drawable,
XYZVisualisation3D.LocatedObject3D<O> object,
AxesRenderer3D renderer)
Plots a specific object to the 3D visualisation using the
AxesRenderer3D to
provide the position of the object. |
void |
Rectangle3DPlotter.plotObject(javax.media.opengl.GLAutoDrawable drawable,
XYZVisualisation3D.LocatedObject3D<Rectangle3D> object,
AxesRenderer3D renderer)
Plots a specific object to the 3D visualisation using the
AxesRenderer3D to
provide the position of the object. |