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, toString
addDrawableListener, 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, vertexGLES2
public 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)
AbstractDrawable
draw
in interface IGLRenderer
draw
in class Point
gl
- GL2 contextglu
- GLU contextcam
- a reference to a shooting Camera.public void updateBounds()
updateBounds
in class Point
Copyright © 2016. All rights reserved.