Package | Description |
---|---|
org.jzy3d.maths |
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
|
org.jzy3d.plot3d.builder.concrete | |
org.jzy3d.plot3d.primitives | |
org.jzy3d.plot3d.primitives.enlightables | |
org.jzy3d.plot3d.primitives.log | |
org.jzy3d.plot3d.primitives.pickable | |
org.jzy3d.plot3d.rendering.view.annotation |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox3d.add(Point p)
Add a Point3d to the BoundingBox3d.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox3d.add(List<Point> pts) |
Modifier and Type | Method and Description |
---|---|
protected Point[] |
OrthonormalTessellator.getEstimatedQuadSurroundingPoint(int xi,
int yi) |
protected Point[] |
OrthonormalTessellator.getRealQuadStandingOnPoint(int xi,
int yi) |
Modifier and Type | Method and Description |
---|---|
protected boolean[] |
RingTessellator.isInside(Point[] p,
float[] radius,
float minRadius,
float maxRadius)
Indicates which point lies inside and outside the given min and max radius.
|
protected boolean[] |
OldRingTesselator.isInside(Point[] p,
float[] radius,
float minRadius,
float maxRadius)
Deprecated.
Indicates which point lies inside and outside the given min and max radius.
|
protected AbstractDrawable |
OrthonormalTessellatorLog.newQuad(Point[] p) |
protected AbstractDrawable |
OrthonormalTessellator.newQuad(Point[] p) |
protected float |
RingTessellator.radius2d(Point p) |
protected float |
OldRingTesselator.radius2d(Point p)
Deprecated.
|
protected boolean |
OrthonormalTessellator.validZ(Point p) |
protected boolean |
OrthonormalTessellator.validZ(Point[] points) |
Modifier and Type | Field and Description |
---|---|
protected List<Point> |
LineStripInterpolated.controlPoints |
protected List<Point> |
LineStripInterpolated.interpolatedPoints |
protected List<Point> |
LineStrip.points |
protected List<Point> |
AbstractGeometry.points |
Modifier and Type | Method and Description |
---|---|
Point |
Point.clone() |
Point |
LineStrip.get(int p) |
Point |
AbstractGeometry.get(int p) |
Point |
LineStrip.getLastPoint() |
Point |
ConcurrentLineStrip.getLastPoint() |
protected Point |
LineStripInterpolated.toPoint(Coord3d coord,
Color color,
float width) |
Modifier and Type | Method and Description |
---|---|
List<Point> |
LineStripInterpolated.getControlPoints() |
List<Point> |
LineStripInterpolated.getInterpolatedPoints() |
List<Point> |
LineStrip.getPoints() |
List<Point> |
AbstractGeometry.getPoints() |
protected List<Point> |
LineStripInterpolated.toPoints(List<Coord3d> coords,
Color color,
float width) |
Modifier and Type | Method and Description |
---|---|
void |
Quad.add(Point point)
Add a point to the polygon.
|
void |
LineStrip.add(Point point) |
void |
ConcurrentLineStripSplitted.add(Point point) |
void |
ConcurrentLineStrip.add(Point point) |
void |
AbstractGeometry.add(Point point) |
void |
AbstractGeometry.add(Point point,
boolean updateBounds)
Add a point to the polygon.
|
void |
ConcurrentLineStripSplitted.addAndSplit(Point point) |
void |
ConcurrentLineStripSplitted.pointColorSelf(com.jogamp.opengl.GL gl,
Point p) |
void |
ConcurrentLineStripSplitted.pointColorWire(com.jogamp.opengl.GL gl,
Point p) |
Modifier and Type | Method and Description |
---|---|
void |
LineStrip.addAll(List<Point> points) |
void |
AbstractGeometry.callPointsForFaceGLES2(com.jogamp.opengl.GL gl,
List<Point> points)
Drawing the point list in face mode (polygon content) with GLES2 profile
|
Constructor and Description |
---|
ConcurrentLineStrip(Point c1,
Point c2) |
ConcurrentLineStripSplitted(Point c1,
Point c2) |
LineStrip(Point c1,
Point c2) |
TesselatedPolygon(Point[] points) |
Modifier and Type | Field and Description |
---|---|
protected List<Point> |
EnlightablePolygon.points |
Modifier and Type | Method and Description |
---|---|
Point |
EnlightablePolygon.get(int p)
Retrieve a point from the
Polygon . |
Modifier and Type | Method and Description |
---|---|
void |
EnlightablePolygon.add(Point point)
Add a point to the polygon.
|
Modifier and Type | Class and Description |
---|---|
class |
AxeTransformablePoint |
Modifier and Type | Method and Description |
---|---|
protected Point |
AxeTransformableLineStripInterpolated.toPoint(Coord3d coord,
Color color,
float width) |
Constructor and Description |
---|
AxeTransformableLineStrip(Point c1,
Point c2,
SpaceTransformer transformers) |
Modifier and Type | Class and Description |
---|---|
class |
PickablePoint |
Modifier and Type | Class and Description |
---|---|
class |
CameraDistanceAnnotation
Draws all point distance to camera eye.
|
Modifier and Type | Field and Description |
---|---|
protected Point |
BarycenterAnnotation.bary |
Copyright © 2016. All rights reserved.