public class AxeTransformablePoint extends Point
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore| Constructor and Description |
|---|
AxeTransformablePoint(Coord3d xyz,
Color rgb,
float width,
SpaceTransformer transformers) |
AxeTransformablePoint(Coord3d xyz,
Color rgb,
SpaceTransformer transformers)
Intialize a point with a width of 1.
|
AxeTransformablePoint(Coord3d xyz,
SpaceTransformer transformers)
Intialize a point with a white color and a width of 1.
|
AxeTransformablePoint(SpaceTransformer transformers)
Intialize a point at the origin, with a white color and a width of 1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam)
Call OpenGL2 routines for rendering the object.
|
void |
updateBounds() |
applyGeometryTransform, clone, getColor, getCoord, getDistance, getLongestDistance, getShortestDistance, setColor, setCoord, setData, setWidth, toStringaddDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, vertexGL2, vertexGLES2public AxeTransformablePoint(SpaceTransformer transformers)
public AxeTransformablePoint(Coord3d xyz, SpaceTransformer transformers)
public AxeTransformablePoint(Coord3d xyz, Color rgb, SpaceTransformer transformers)
public AxeTransformablePoint(Coord3d xyz, Color rgb, float width, SpaceTransformer transformers)
public void draw(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam)
AbstractDrawabledraw in interface IGLRendererdraw in class Pointgl - GL2 contextglu - GLU contextcam - a reference to a shooting Camera.public void updateBounds()
updateBounds in class PointCopyright © 2016. All rights reserved.