Modifier and Type | Field and Description |
---|---|
protected Coord2d |
AbstractCameraController.prevMouse |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCameraController.rotate(Coord2d move) |
protected void |
AbstractCameraController.rotate(Coord2d move,
boolean updateView) |
Modifier and Type | Method and Description |
---|---|
Coord2d |
AWTCameraMouseController.xy(MouseEvent e) |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
NewtMousePickingController.prevMouse |
protected Coord2d |
AWTMousePickingController.prevMouse |
Modifier and Type | Field and Description |
---|---|
protected Deque<Coord2d> |
AWTSphereMouseSelector.hull |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
CameraThreadController.move |
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
AxeBox2d.RotatedTextBitmapRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String text,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset) |
Modifier and Type | Field and Description |
---|---|
static Coord2d |
Coord2d.INVALID
An invalid Coord2d has value NaN for each dimension.
|
static Coord2d |
Coord2d.ORIGIN
The origin is a Coord2d having value 0 for each dimension.
|
Modifier and Type | Method and Description |
---|---|
Coord2d |
Coord2d.add(Coord2d c2)
Add a Coord2d to the current one and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.add(float value)
Add a value to all components of the current Coord and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.add(float x,
float y) |
protected static Coord2d |
ConvexHull.asPoint2f(Coord3d c) |
Coord2d |
Coord2d.cartesian()
Converts the current Coord3d into cartesian coordinates
and return the result in a new Coord3d.
|
Coord2d |
Coord2d.clone()
Return a duplicate of this 3d coordinate.
|
Coord2d |
Coord2d.div(Coord2d c2)
Divise a Coord2d to the current one and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.div(float value)
Divise all components of the current Coord by the same value and return the result
in a new Coord3d.
|
Coord2d |
Coord2d.div(float x,
float y) |
Coord2d |
Coord2d.fullPolar()
Return a real polar value, with an angle in the range [0;2*PI]
http://fr.wikipedia.org/wiki/Coordonn%C3%A9es_polaires
|
Coord2d |
BoundingBox2d.getCenter()
Compute and return the center point of the BoundingBox3d
|
Coord2d |
Coord3d.getXY()
Return the x and y component as a 2d coordinate.
|
Coord2d |
Coord2d.interpolation(Coord2d c,
float ratio)
Returns an interpolated point between the current and given point,
according to an input ratio in [0;1] that indicates how near to the
current point the new point will stand.
|
Coord2d |
Coord2d.mul(Coord2d c2)
Multiply a Coord2d to the current one and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.mul(float value)
Multiply all components of the current Coord and return the result
in a new Coord3d.
|
Coord2d |
Coord2d.mul(float x,
float y) |
Coord2d |
Coord2d.polar()
|
Coord2d |
Coord2d.sub(Coord2d c2)
Substract a Coord2d to the current one and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.sub(float value)
Substract a value to all components of the current Coord and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.sub(float x,
float y) |
Coord2d |
Vector2d.vector()
Return the vector induced by this set of coordinates.
|
Modifier and Type | Method and Description |
---|---|
static Deque<Coord2d> |
ConvexHull.build2d(List<Coord3d> input2d) |
static Deque<Coord2d> |
ConvexHull.build2d(PolygonArray input2d) |
Modifier and Type | Method and Description |
---|---|
Coord2d |
Coord2d.add(Coord2d c2)
Add a Coord2d to the current one and return the result
in a new Coord2d.
|
void |
BoundingBox2d.add(Coord2d p)
Add a Point3d to the BoundingBox3d.
|
void |
Coord2d.addSelf(Coord2d c2) |
boolean |
BoundingBox2d.contains(Coord2d c)
Return true if coordinates is contained by this box.
|
double |
Coord2d.distance(Coord2d c)
Compute the distance between two coordinates.
|
double |
Coord2d.distanceSq(Coord2d c) |
Coord2d |
Coord2d.div(Coord2d c2)
Divise a Coord2d to the current one and return the result
in a new Coord2d.
|
Coord2d |
Coord2d.interpolation(Coord2d c,
float ratio)
Returns an interpolated point between the current and given point,
according to an input ratio in [0;1] that indicates how near to the
current point the new point will stand.
|
Coord2d |
Coord2d.mul(Coord2d c2)
Multiply a Coord2d to the current one and return the result
in a new Coord2d.
|
void |
Coord2d.set(Coord2d c) |
Coord2d |
Coord2d.sub(Coord2d c2)
Substract a Coord2d to the current one and return the result
in a new Coord2d.
|
Constructor and Description |
---|
Angle2d(Coord2d p1,
Coord2d p2,
Coord2d p3)
Create an angle, described by three coordinates.
|
Coord3d(Coord2d c,
float zi) |
Vector2d(Coord2d p1,
Coord2d p2)
Create a vector, described by two coordinates.
|
Constructor and Description |
---|
BoundingBox2d(List<Coord2d> list) |
Polygon2d(Collection<? extends Coord2d> c) |
Modifier and Type | Method and Description |
---|---|
Deque<Coord2d> |
JarvisMarch.getConvexHull(Coord2d[] Q)
Palauttaa pinossa peitteen pisteet niin, että ensimmäinen ja viimeinen
alkio ovat samat.
.
|
Deque<Coord2d> |
GrahamScan.getConvexHull(Coord2d[] pts)
implements interface
|
Deque<Coord2d> |
ConvexHullFunction.getConvexHull(Coord2d[] pts) |
Modifier and Type | Method and Description |
---|---|
Deque<Coord2d> |
JarvisMarch.getConvexHull(Coord2d[] Q)
Palauttaa pinossa peitteen pisteet niin, että ensimmäinen ja viimeinen
alkio ovat samat.
.
|
Deque<Coord2d> |
GrahamScan.getConvexHull(Coord2d[] pts)
implements interface
|
Deque<Coord2d> |
ConvexHullFunction.getConvexHull(Coord2d[] pts) |
Modifier and Type | Method and Description |
---|---|
Coord2d |
Converter.from(Coord2d p)
World coordinate to Screen coordinate.
|
Coord2d |
Converter.to(Coord2d p)
Screen coordinate to World coordinate.
|
Modifier and Type | Method and Description |
---|---|
int |
XYComparator.compare(Coord2d a,
Coord2d b) |
int |
RadialComparator.compare(Coord2d p1,
Coord2d p2) |
static int |
ComputationalGeometry.computeOrientation(Coord2d p1,
Coord2d p2,
Coord2d q) |
Coord2d |
Converter.from(Coord2d p)
World coordinate to Screen coordinate.
|
void |
RadialComparator.setOrigin(Coord2d newO) |
Coord2d |
Converter.to(Coord2d p)
Screen coordinate to World coordinate.
|
Constructor and Description |
---|
RadialComparator(Coord2d origin) |
Modifier and Type | Method and Description |
---|---|
void |
Serie2d.add(Coord2d c) |
void |
ScatterSerie2d.add(Coord2d c) |
void |
ScatterPointSerie2d.add(Coord2d c) |
void |
LineSerie2d.add(Coord2d c) |
void |
Serie2d.add(Coord2d c,
Color color) |
void |
ScatterSerie2d.add(Coord2d c,
Color color) |
void |
ScatterPointSerie2d.add(Coord2d c,
Color color) |
void |
LineSerie2d.add(Coord2d c,
Color color) |
Modifier and Type | Method and Description |
---|---|
void |
Serie2d.add(List<Coord2d> c) |
void |
ScatterSerie2d.add(List<Coord2d> c) |
void |
ScatterPointSerie2d.add(List<Coord2d> c) |
void |
LineSerie2d.add(List<Coord2d> c) |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
AxeCrossAnnotation.value |
Modifier and Type | Method and Description |
---|---|
Coord2d |
AxeCrossAnnotation.getValue() |
Modifier and Type | Method and Description |
---|---|
protected List<Coord2d> |
ContourAxeBox.getDefaultTextureMapping() |
Modifier and Type | Method and Description |
---|---|
void |
AxeCrossAnnotation.setValue(Coord2d value) |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
AbstractDrawableGraph2d.labelScreenOffset |
Modifier and Type | Method and Description |
---|---|
Coord2d |
AbstractDrawableGraph2d.getLabelScreenOffset() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDrawableGraph2d.setLabelScreenOffset(Coord2d labelOffset) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDrawableGraph2d.drawEdge(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
E e,
Coord2d c1,
Coord2d c2,
Color color) |
protected void |
DefaultDrawableGraph2d.drawVertexLabel(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
V v,
Coord2d coord,
Color color) |
protected void |
TextureGraph2d.drawVertexNode(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
V v,
Coord2d coord,
Color color) |
protected void |
PointGraph2d.drawVertexNode(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
V v,
Coord2d coord,
Color color) |
protected void |
DefaultDrawableGraph2d.drawVertexNode(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
V v,
Coord2d coord,
Color color) |
Modifier and Type | Method and Description |
---|---|
Coord2d |
IGraphLayout2d.get(V v) |
Coord2d |
IGraphLayout2d.getVertexPosition(V v) |
Coord2d |
DefaultGraphLayout2d.getVertexPosition(V v) |
Modifier and Type | Method and Description |
---|---|
Collection<Coord2d> |
IGraphLayout2d.values() |
Modifier and Type | Method and Description |
---|---|
void |
IGraphLayout2d.setVertexPosition(V v,
Coord2d position) |
void |
DefaultGraphLayout2d.setVertexPosition(V v,
Coord2d position) |
Constructor and Description |
---|
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords) |
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
DrawableTexture.planePosition |
Modifier and Type | Field and Description |
---|---|
protected List<Coord2d> |
DrawableTexture.mapping |
Modifier and Type | Method and Description |
---|---|
Coord2d |
DrawableTexture.getPlanePosition() |
Modifier and Type | Method and Description |
---|---|
protected List<Coord2d> |
DrawableTexture.getDefaultTextureMapping() |
static List<Coord2d> |
DrawableTexture.getManualTextureMapping(float width,
float height) |
static List<Coord2d> |
DrawableTexture.getManualTextureMapping(float width,
float height,
float xoffset,
float yoffset)
Must supply the expected size of texture in 3d coordinates.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawableTexture.setPlanePosition(Coord2d planePosition) |
Constructor and Description |
---|
DrawableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords) |
DrawableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Modifier and Type | Method and Description |
---|---|
void |
View.rotate(Coord2d move)
GENERAL DISPLAY CONTROLS
|
void |
View.rotate(Coord2d move,
boolean updateView) |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
ViewMouseController.prevMouse |
Modifier and Type | Method and Description |
---|---|
protected void |
ViewCameraController.rotate(Coord2d move) |
Modifier and Type | Field and Description |
---|---|
protected Coord2d |
AbstractTextRenderer.defScreenOffset |
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
ITextRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset) |
BoundingBox3d |
AbstractTextRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset) |
BoundingBox3d |
ITextRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset) |
Modifier and Type | Method and Description |
---|---|
protected static List<Coord2d> |
DrawableTextTexture.makeMapping(Coord2d dim) |
Modifier and Type | Method and Description |
---|---|
protected static List<Coord2d> |
DrawableTextTexture.makeMapping(Coord2d dim) |
Constructor and Description |
---|
DrawableTextTexture(String text,
Coord2d position,
Coord2d dim) |
DrawableTextTexture(String text,
int fontSize,
Coord2d position,
Coord2d dim) |
Constructor and Description |
---|
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords) |
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Modifier and Type | Method and Description |
---|---|
protected static List<Coord2d> |
DrawableTextCell.makeMapping(Coord2d dim) |
Modifier and Type | Method and Description |
---|---|
protected static List<Coord2d> |
DrawableTextCell.makeMapping(Coord2d dim) |
Constructor and Description |
---|
DrawableTextCell(BufferedImageTexture image,
Coord2d position,
Coord2d dim) |
DrawableTextCell(int n,
String text,
Coord2d position,
Coord2d dim) |
DrawableTextCell(TextCellRenderer renderer,
Coord2d position,
Coord2d dim) |
Constructor and Description |
---|
DrawableTextCell(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
TextBitmapRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String text,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset)
Draw a string at the specified position and compute the 3d volume
occupied by the string according to the current Camera configuration.
|
BoundingBox3d |
TextBillboardRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset)
Draw a string at the specified position and compute the 3d volume
occupied by the string according to the current Camera configuration.
|
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
JOGLTextRenderer.drawText(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset) |
Modifier and Type | Method and Description |
---|---|
Coord2d |
SpaceTransformer.compute(Coord2d point) |
Modifier and Type | Method and Description |
---|---|
Coord2d |
SpaceTransformer.compute(Coord2d point) |
Copyright © 2016. All rights reserved.