|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
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.pickable | |
org.jzy3d.plot3d.rendering.view.annotation |
Uses of Point in org.jzy3d.maths |
---|
Methods in org.jzy3d.maths with parameters of type Point | |
---|---|
void |
BoundingBox3d.add(Point p)
Add a Point3d to the BoundingBox3d. |
Method parameters in org.jzy3d.maths with type arguments of type Point | |
---|---|
void |
BoundingBox3d.add(List<Point> pts)
|
Uses of Point in org.jzy3d.plot3d.builder.concrete |
---|
Methods in org.jzy3d.plot3d.builder.concrete that return Point | |
---|---|
protected Point[] |
OrthonormalTessellator.getEstimatedQuadSurroundingPoint(int xi,
int yi)
|
protected Point[] |
OrthonormalTessellator.getRealQuadStandingOnPoint(int xi,
int yi)
|
Methods in org.jzy3d.plot3d.builder.concrete with parameters of type Point | |
---|---|
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 |
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)
|
Uses of Point in org.jzy3d.plot3d.primitives |
---|
Fields in org.jzy3d.plot3d.primitives with type parameters of type Point | |
---|---|
protected List<Point> |
LineStripInterpolated.controlPoints
|
protected List<Point> |
LineStripInterpolated.interpolatedPoints
|
protected List<Point> |
LineStrip.points
|
protected List<Point> |
AbstractGeometry.points
|
Methods in org.jzy3d.plot3d.primitives that return Point | |
---|---|
Point |
Point.clone()
|
Point |
LineStrip.get(int p)
|
Point |
AbstractGeometry.get(int p)
|
protected Point |
LineStripInterpolated.toPoint(Coord3d coord,
Color color,
float width)
|
Methods in org.jzy3d.plot3d.primitives that return types with arguments of type Point | |
---|---|
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)
|
Methods in org.jzy3d.plot3d.primitives with parameters of type Point | |
---|---|
void |
Quad.add(Point point)
Add a point to the polygon. |
void |
LineStrip.add(Point point)
|
void |
AbstractGeometry.add(Point point)
|
void |
AbstractGeometry.add(Point point,
boolean updateBounds)
Add a point to the polygon. |
Method parameters in org.jzy3d.plot3d.primitives with type arguments of type Point | |
---|---|
void |
LineStrip.addAll(List<Point> points)
|
Constructors in org.jzy3d.plot3d.primitives with parameters of type Point | |
---|---|
LineStrip(Point c1,
Point c2)
|
|
TesselatedPolygon(Point[] points)
|
Uses of Point in org.jzy3d.plot3d.primitives.enlightables |
---|
Fields in org.jzy3d.plot3d.primitives.enlightables with type parameters of type Point | |
---|---|
protected List<Point> |
EnlightablePolygon.points
|
Methods in org.jzy3d.plot3d.primitives.enlightables that return Point | |
---|---|
Point |
EnlightablePolygon.get(int p)
Retrieve a point from the Polygon . |
Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Point | |
---|---|
void |
EnlightablePolygon.add(Point point)
Add a point to the polygon. |
Uses of Point in org.jzy3d.plot3d.primitives.pickable |
---|
Subclasses of Point in org.jzy3d.plot3d.primitives.pickable | |
---|---|
class |
PickablePoint
|
Uses of Point in org.jzy3d.plot3d.rendering.view.annotation |
---|
Subclasses of Point in org.jzy3d.plot3d.rendering.view.annotation | |
---|---|
class |
CameraDistanceAnnotation
Draws all point distance to camera eye. |
Fields in org.jzy3d.plot3d.rendering.view.annotation declared as Point | |
---|---|
protected Point |
BarycenterAnnotation.bary
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |