|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Coord3d in org.jzy3d.chart |
---|
Fields in org.jzy3d.chart declared as Coord3d | |
---|---|
protected Coord3d |
Chart.previousViewPointFree
|
protected Coord3d |
Chart.previousViewPointProfile
|
protected Coord3d |
Chart.previousViewPointTop
|
Methods in org.jzy3d.chart that return Coord3d | |
---|---|
Coord3d |
Chart.getViewPoint()
|
Methods in org.jzy3d.chart with parameters of type Coord3d | |
---|---|
Light |
Chart.addLight(Coord3d position)
|
Light |
Chart.addLight(Coord3d position,
Color ambiant,
Color diffuse,
Color specular,
int radius)
|
void |
Chart.setViewPoint(Coord3d viewPoint)
|
Uses of Coord3d in org.jzy3d.chart.controllers.mouse.picking |
---|
Fields in org.jzy3d.chart.controllers.mouse.picking declared as Coord3d | |
---|---|
protected Coord3d |
NewtMousePickingController.mouse3d
|
protected Coord3d |
AWTMousePickingController.mouse3d
|
protected Coord3d |
NewtMousePickingController.prevMouse3d
|
protected Coord3d |
AWTMousePickingController.prevMouse3d
|
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type Coord3d | |
---|---|
protected void |
NewtMousePickingPan2dController.pan(Coord3d from,
Coord3d to)
|
protected void |
AWTMousePickingPan2dController.pan(Coord3d from,
Coord3d to)
|
Uses of Coord3d in org.jzy3d.chart.controllers.mouse.selection |
---|
Fields in org.jzy3d.chart.controllers.mouse.selection with type parameters of type Coord3d | |
---|---|
protected List<Coord3d> |
AWTSphereMouseSelector.projection
|
Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type Coord3d | |
---|---|
protected boolean |
AWTAbstractMouseSelector.matchRectangleSelection(IntegerCoord2d in,
IntegerCoord2d out,
Coord3d projection,
int width,
int height)
|
Uses of Coord3d in org.jzy3d.chart.factories |
---|
Methods in org.jzy3d.chart.factories with parameters of type Coord3d | |
---|---|
Camera |
IChartComponentFactory.newCamera(Coord3d center)
|
Camera |
ChartComponentFactory.newCamera(Coord3d center)
|
Uses of Coord3d in org.jzy3d.colors |
---|
Methods in org.jzy3d.colors with parameters of type Coord3d | |
---|---|
Color |
OrderingStrategyScoreColorMapper.getColor(Coord3d coord)
|
Color |
ColorMapper.getColor(Coord3d coord)
call a colormap with a three dimensions coordinate |
Uses of Coord3d in org.jzy3d.contour |
---|
Methods in org.jzy3d.contour that return Coord3d | |
---|---|
protected Coord3d |
MapperContourMeshGenerator.map(int i,
int j,
double[][] contours)
|
protected Coord3d |
MapperContourMeshGenerator.map(int i,
int j,
double value,
double[][] contours)
|
Uses of Coord3d in org.jzy3d.events |
---|
Methods in org.jzy3d.events that return Coord3d | |
---|---|
Coord3d |
ViewPointChangedEvent.getViewPoint()
|
Constructors in org.jzy3d.events with parameters of type Coord3d | |
---|---|
ViewPointChangedEvent(Object source,
Coord3d viewPoint)
|
Uses of Coord3d in org.jzy3d.io |
---|
Methods in org.jzy3d.io that return Coord3d | |
---|---|
static Coord3d[] |
FileDataset.loadArray(String filename)
|
static Coord3d[] |
FileDataset.toArray(List<Coord3d> list)
|
Methods in org.jzy3d.io that return types with arguments of type Coord3d | |
---|---|
static List<Coord3d> |
FileDataset.loadList(String filename)
|
Method parameters in org.jzy3d.io with type arguments of type Coord3d | |
---|---|
static Coord3d[] |
FileDataset.toArray(List<Coord3d> list)
|
Uses of Coord3d in org.jzy3d.maths |
---|
Fields in org.jzy3d.maths declared as Coord3d | |
---|---|
protected Coord3d |
PolygonArray.barycentre
|
static Coord3d |
Coord3d.IDENTITY
The origin is a Coord3d having value 1 for each dimension. |
static Coord3d |
Coord3d.INVALID
An invalid Coord2d has value NaN for each dimension. |
static Coord3d |
Coord3d.ORIGIN
The origin is a Coord3d having value 0 for each dimension. |
Methods in org.jzy3d.maths that return Coord3d | |
---|---|
Coord3d |
Coord3d.add(Coord3d c2)
Add a Coord3d to the current one and return the result in a new Coord3d. |
Coord3d |
Coord3d.add(float value)
Add a value to all components of the current Coord and return the result in a new Coord3d. |
Coord3d |
Coord3d.add(float x,
float y,
float z)
|
Coord3d |
Coord3d.addSelf(Coord3d c2)
|
Coord3d |
Coord3d.addSelf(float value)
|
Coord3d |
Coord3d.cartesian()
Converts the current Coord3d into cartesian coordinates and return the result in a new Coord3d. |
Coord3d |
Coord3d.clone()
Return a duplicate of this 3d coordinate. |
static Coord3d |
Normal.compute(Coord3d p0,
Coord3d p1,
Coord3d p2)
|
Coord3d |
Vector3d.cross(Vector3d v)
Computes the vectorial product of the current and the given vector. |
Coord3d |
Coord3d.div(Coord3d c2)
Divise a Coord3d to the current one and return the result in a new Coord3d. |
Coord3d |
Coord3d.div(float value)
Divise all components of the current Coord by the same value and return the result in a new Coord3d. |
Coord3d |
PolygonArray.getBarycentre()
|
Coord3d |
Vector3d.getCenter()
Return the central point of this segment. |
Coord3d |
BoundingBox3d.getCenter()
Compute and return the center point of the BoundingBox3d |
Coord3d |
Coord3d.getNormalizedTo(float len)
|
Coord3d |
Coord3d.interpolateTo(Coord3d v,
float f)
|
Coord3d |
Coord3d.mul(Coord3d c2)
Multiply a Coord3d to the current one and return the result in a new Coord3d. |
Coord3d |
Coord3d.mul(float value)
Multiply all components of the current Coord and return the result in a new Coord3d. |
Coord3d |
Coord3d.negative()
|
Coord3d |
Coord3d.normalizeTo(float len)
|
Coord3d |
Coord3d.polar()
Converts the current Coord3d into polar coordinates and return the result in a new Coord3d. |
Coord3d |
RotationMatrix.rotate(Coord3d c)
|
Coord3d |
RotationMatrix.rotateSelf(Coord3d c)
glRotate produces a rotation of angle degrees around the vector (x,y,z). |
Coord3d |
Coord3d.set(Coord3d c2)
|
Coord3d |
Coord3d.set(float x,
float y,
float z)
|
Coord3d |
Coord3d.sub(Coord3d c2)
Substract a Coord3d to the current one and return the result in a new Coord3d. |
Coord3d |
Coord3d.sub(float value)
Substract a value to all components of the current Coord and return the result in a new Coord3d. |
Coord3d |
Coord3d.subSelf(Coord3d c2)
|
Coord3d |
Coord3d.subSelf(float value)
|
Coord3d[] |
Coordinates.toArray()
Return the array of 3d coordinates. |
Coord3d |
Vector3d.vector()
Return the vector induced by this set of coordinates. |
Methods in org.jzy3d.maths that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
BoundingBox3d.getVertices()
|
Methods in org.jzy3d.maths with parameters of type Coord3d | |
---|---|
Coord3d |
Coord3d.add(Coord3d c2)
Add a Coord3d to the current one and return the result in a new Coord3d. |
void |
BoundingBox3d.add(Coord3d c)
Add a Coord3d to the BoundingBox3d. |
Coord3d |
Coord3d.addSelf(Coord3d c2)
|
protected static Coord2d |
ConvexHull.asPoint2f(Coord3d c)
|
static Coord3d |
Normal.compute(Coord3d p0,
Coord3d p1,
Coord3d p2)
|
double |
Vector3d.distance(Coord3d c)
Compute the distance between two coordinates. |
double |
Coord3d.distance(Coord3d c)
Compute the distance between two coordinates. |
double |
Coord3d.distanceSq(Coord3d c)
|
Coord3d |
Coord3d.div(Coord3d c2)
Divise a Coord3d to the current one and return the result in a new Coord3d. |
void |
Coord3d.divSelf(Coord3d c2)
|
float |
Coord3d.dot(Coord3d v)
|
Coord3d |
Coord3d.interpolateTo(Coord3d v,
float f)
|
Coord3d |
Coord3d.mul(Coord3d c2)
Multiply a Coord3d to the current one and return the result in a new Coord3d. |
void |
Coord3d.mulSelf(Coord3d c2)
|
static void |
Array.print(Coord3d[] input)
|
Coord3d |
RotationMatrix.rotate(Coord3d c)
|
Coord3d |
RotationMatrix.rotateSelf(Coord3d c)
glRotate produces a rotation of angle degrees around the vector (x,y,z). |
BoundingBox3d |
BoundingBox3d.scale(Coord3d scale)
Return a copy of the current bounding box after scaling. |
BoundingBox2d |
BoundingBox2d.scale(Coord3d scale)
Return a copy of the current bounding box after scaling. |
Coord3d |
Coord3d.set(Coord3d c2)
|
BoundingBox3d |
BoundingBox3d.shift(Coord3d offset)
|
Coord3d |
Coord3d.sub(Coord3d c2)
Substract a Coord3d to the current one and return the result in a new Coord3d. |
Coord3d |
Coord3d.subSelf(Coord3d c2)
|
Method parameters in org.jzy3d.maths with type arguments of type Coord3d | |
---|---|
static Deque<Coord2d> |
ConvexHull.build2d(List<Coord3d> input2d)
|
static Polygon2d |
ConvexHull.hull(List<Coord3d> cell)
|
Constructors in org.jzy3d.maths with parameters of type Coord3d | |
---|---|
Angle3d(Coord3d p1,
Coord3d p2,
Coord3d p3)
Create an angle, described by three coordinates. |
|
BoundingBox3d(Coord3d center,
float edgeLength)
|
|
Coordinates(Coord3d[] coords)
Initialize a Grid with a list of coordinates values |
|
Coordinates(Coord3d coord1,
Coord3d... coords)
|
|
Coordinates(Coord3d coord1,
Coord3d... coords)
|
|
RotationMatrix(float a,
Coord3d c)
|
|
Vector3d(Coord3d p1,
Coord3d p2)
Create a vector, described by two coordinates. |
Constructor parameters in org.jzy3d.maths with type arguments of type Coord3d | |
---|---|
BoundingBox3d(List<Coord3d> coords)
|
|
Coordinates(List<Coord3d> coords)
Initialize a Grid with a list of coordinates values |
Uses of Coord3d in org.jzy3d.maths.algorithms.interpolation |
---|
Methods in org.jzy3d.maths.algorithms.interpolation that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
IInterpolator.interpolate(List<Coord3d> controlPoints,
int resolution)
|
Method parameters in org.jzy3d.maths.algorithms.interpolation with type arguments of type Coord3d | |
---|---|
List<Coord3d> |
IInterpolator.interpolate(List<Coord3d> controlPoints,
int resolution)
|
Uses of Coord3d in org.jzy3d.maths.algorithms.interpolation.algorithms |
---|
Fields in org.jzy3d.maths.algorithms.interpolation.algorithms declared as Coord3d | |
---|---|
Coord3d[] |
Spline3D.coeffA
|
Coord3d[] |
Spline3D.delta
|
protected Coord3d[] |
Spline3D.points
|
Fields in org.jzy3d.maths.algorithms.interpolation.algorithms with type parameters of type Coord3d | |
---|---|
List<Coord3d> |
Spline3D.pointList
|
List<Coord3d> |
Spline3D.vertices
|
Methods in org.jzy3d.maths.algorithms.interpolation.algorithms that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
Spline3D.computeVertices(int res)
Computes all curve vertices based on the resolution/number of subdivisions requested. |
List<Coord3d> |
Spline3D.getDecimatedVertices(float step)
|
List<Coord3d> |
Spline3D.getPointList()
|
List<Coord3d> |
BernsteinInterpolator.interpolate(List<Coord3d> controlPoints,
int resolution)
|
Methods in org.jzy3d.maths.algorithms.interpolation.algorithms with parameters of type Coord3d | |
---|---|
Spline3D |
Spline3D.add(Coord3d p)
Adds the given point to the list of control points. |
Method parameters in org.jzy3d.maths.algorithms.interpolation.algorithms with type arguments of type Coord3d | |
---|---|
List<Coord3d> |
BernsteinInterpolator.interpolate(List<Coord3d> controlPoints,
int resolution)
|
Spline3D |
Spline3D.setPointList(List<Coord3d> plist)
|
Constructors in org.jzy3d.maths.algorithms.interpolation.algorithms with parameters of type Coord3d | |
---|---|
Spline3D(Coord3d[] pointArray)
|
|
Spline3D(Coord3d[] pointArray,
BernsteinPolynomial b,
float tightness)
|
Constructor parameters in org.jzy3d.maths.algorithms.interpolation.algorithms with type arguments of type Coord3d | |
---|---|
Spline3D(List<Coord3d> rawPoints)
|
|
Spline3D(List<Coord3d> rawPoints,
BernsteinPolynomial b,
float tightness)
|
Uses of Coord3d in org.jzy3d.maths.parameq |
---|
Methods in org.jzy3d.maths.parameq that return Coord3d | |
---|---|
Coord3d |
ParametricHelix.apply(double t)
|
abstract Coord3d |
ParametricEquation.apply(double t)
|
Coord3d |
ParametricCircle.apply(double t)
|
Coord3d |
ParametricAbcd.apply(double t)
|
Coord3d |
ParametricTorus.apply(double t,
double u)
|
abstract Coord3d |
ParametricEquation2.apply(double t,
double u)
|
Methods in org.jzy3d.maths.parameq that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
ParametricEquation.apply(double tmin,
double tmax,
int steps)
|
List<Coord3d> |
ParametricEquation2.apply(double tmin,
double tmax,
int tsteps,
double umin,
double umax,
int usteps)
|
Uses of Coord3d in org.jzy3d.plot3d.builder |
---|
Methods in org.jzy3d.plot3d.builder that return Coord3d | |
---|---|
Coord3d |
IObjectTopology.getCoord(O object)
|
Methods in org.jzy3d.plot3d.builder that return types with arguments of type Coord3d | |
---|---|
abstract List<Coord3d> |
Grid.apply(Mapper mapper)
|
Method parameters in org.jzy3d.plot3d.builder with type arguments of type Coord3d | |
---|---|
AbstractComposite |
Tessellator.build(List<Coord3d> coordinates)
|
static Shape |
Builder.buildDelaunay(List<Coord3d> coordinates)
|
Uses of Coord3d in org.jzy3d.plot3d.builder.concrete |
---|
Methods in org.jzy3d.plot3d.builder.concrete that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
RingGrid.apply(Mapper mapper)
|
List<Coord3d> |
OrthonormalGrid.apply(Mapper mapper)
|
List<Coord3d> |
CustomGrid.apply(Mapper mapper)
|
static List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps)
|
static List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps,
boolean half)
|
static List<Coord3d> |
SphereScatterGenerator.generate(float radius,
int steps)
|
Methods in org.jzy3d.plot3d.builder.concrete with parameters of type Coord3d | |
---|---|
static List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps)
|
static List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps,
boolean half)
|
Method parameters in org.jzy3d.plot3d.builder.concrete with type arguments of type Coord3d | |
---|---|
AbstractComposite |
OldRingTesselator.build(List<Coord3d> coordinates)
Deprecated. |
Uses of Coord3d in org.jzy3d.plot3d.builder.delaunay |
---|
Methods in org.jzy3d.plot3d.builder.delaunay that return Coord3d | |
---|---|
static Coord3d |
JDTConverter.toJzyCoord(Point point)
|
Methods in org.jzy3d.plot3d.builder.delaunay with parameters of type Coord3d | |
---|---|
static Point |
JDTConverter.toJdtPoint(Coord3d coord)
|
Method parameters in org.jzy3d.plot3d.builder.delaunay with type arguments of type Coord3d | |
---|---|
AbstractComposite |
DelaunayTessellator.build(List<Coord3d> coordinates)
|
protected List<Polygon> |
DelaunayTessellator.computePolygons(List<Coord3d> coordinates)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives |
---|
Fields in org.jzy3d.plot3d.primitives declared as Coord3d | |
---|---|
protected Coord3d |
AbstractGeometry.center
|
protected Coord3d[] |
ScatterMultiColor.coordinates
|
Coord3d[] |
Scatter.coordinates
|
protected Coord3d |
Sphere.position
|
Coord3d |
Point.xyz
|
Fields in org.jzy3d.plot3d.primitives with type parameters of type Coord3d | |
---|---|
protected List<Coord3d> |
LineStripInterpolated.controlCoords
|
protected List<Coord3d> |
ScatterMultiColorList.coordinates
|
protected List<Coord3d> |
LineStripInterpolated.interpolatedCoords
|
Methods in org.jzy3d.plot3d.primitives that return Coord3d | |
---|---|
Coord3d |
AbstractGeometry.getBarycentre()
|
Coord3d |
AbstractDrawable.getBarycentre()
Return the barycentre of this object, which is computed as the center of its bounding box. |
Coord3d |
Point.getCoord()
|
Coord3d[] |
ScatterMultiColor.getData()
|
Coord3d[] |
Scatter.getData()
|
Coord3d |
Sphere.getPosition()
|
Methods in org.jzy3d.plot3d.primitives that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
LineStripInterpolated.getControlCoords()
|
List<Coord3d> |
ScatterMultiColorList.getData()
|
List<Coord3d> |
LineStripInterpolated.getInterpolatedCoords()
|
Methods in org.jzy3d.plot3d.primitives with parameters of type Coord3d | |
---|---|
void |
Point.setCoord(Coord3d xyz)
|
void |
Point.setData(Coord3d xyz)
Set the coordinates of the point. |
void |
ScatterMultiColor.setData(Coord3d[] coordinates)
Set the coordinates of the point. |
void |
Scatter.setData(Coord3d[] coordinates)
Set the coordinates of the point. |
void |
HistogramBar.setData(Coord3d position,
float height,
float radius,
Color color)
|
void |
Tube.setData(Coord3d position,
float radiusBottom,
float radiusTop,
float height,
int slices,
int stacks)
Set the Tube data. |
void |
Sphere.setData(Coord3d position,
float radius,
float height,
int slices,
int stacks)
Set the sphere data. |
void |
Disk.setData(Coord3d position,
float radiusInner,
float radiusOuter,
int slices,
int loops)
|
void |
Cylinder.setData(Coord3d position,
float height,
float radius,
int slices,
int rings,
Color color)
|
void |
Tube.setPosition(Coord3d position)
Set the position of the Cylinder and the dimensions of its boundingbox. |
void |
Sphere.setPosition(Coord3d position)
Set the position of the Sphere and the dimensions of its boundingbox. |
void |
Disk.setPosition(Coord3d position)
|
protected Point |
LineStripInterpolated.toPoint(Coord3d coord,
Color color,
float width)
|
Method parameters in org.jzy3d.plot3d.primitives with type arguments of type Coord3d | |
---|---|
void |
ScatterMultiColorList.setData(List<Coord3d> coordinates)
Set the coordinates of the point. |
protected List<Point> |
LineStripInterpolated.toPoints(List<Coord3d> coords,
Color color,
float width)
|
Constructors in org.jzy3d.plot3d.primitives with parameters of type Coord3d | |
---|---|
AWTScatterMultiColor(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper)
|
|
AWTScatterMultiColor(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper,
float width)
|
|
AWTScatterMultiColor(Coord3d[] coordinates,
ColorMapper mapper)
|
|
Disk(Coord3d position,
float radiusInner,
float radiusOuter,
int slices,
int loops,
Color color)
Initialize a cylinder with the given parameters. |
|
Point(Coord3d xyz)
Intialize a point with a white color and a width of 1. |
|
Point(Coord3d xyz,
Color rgb)
Intialize a point with a width of 1. |
|
Point(Coord3d xyz,
Color rgb,
float width)
|
|
Scatter(Coord3d[] coordinates)
|
|
Scatter(Coord3d[] coordinates,
Color rgb)
|
|
Scatter(Coord3d[] coordinates,
Color[] colors)
|
|
Scatter(Coord3d[] coordinates,
Color[] colors,
float width)
|
|
Scatter(Coord3d[] coordinates,
Color rgb,
float width)
|
|
ScatterMultiColor(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper)
|
|
ScatterMultiColor(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper,
float width)
|
|
ScatterMultiColor(Coord3d[] coordinates,
ColorMapper mapper)
|
|
Sphere(Coord3d position,
float radius,
int slicing,
Color color)
Initialize a sphere with the given parameters. |
|
Tube(Coord3d position,
float radius,
float height,
int hslicing,
int vslicing,
Color color)
Initialize a cylinder with the given parameters. |
Constructor parameters in org.jzy3d.plot3d.primitives with type arguments of type Coord3d | |
---|---|
AWTScatterMultiColorList(List<Coord3d> coordinates,
ColorMapper mapper)
|
|
AWTScatterMultiColorList(List<Coord3d> coordinates,
ColorMapper mapper,
float width)
|
|
LineStrip(List<Coord3d> coords)
|
|
LineStripInterpolated(IInterpolator interpolator,
List<Coord3d> controlPoints,
int resolution)
|
|
ScatterMultiColorList(List<Coord3d> coordinates,
ColorMapper mapper)
|
|
ScatterMultiColorList(List<Coord3d> coordinates,
ColorMapper mapper,
float width)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.axes |
---|
Fields in org.jzy3d.plot3d.primitives.axes declared as Coord3d | |
---|---|
protected Coord3d |
AxeBox.center
|
protected Coord3d |
AxeBox.scale
|
protected Coord3d |
AxeBase.scale
|
Methods in org.jzy3d.plot3d.primitives.axes that return Coord3d | |
---|---|
Coord3d |
IAxe.getCenter()
|
Coord3d |
AxeBox.getCenter()
|
Coord3d |
AxeBase.getCenter()
Get the minimum values of the bounding box for each dimension. |
Methods in org.jzy3d.plot3d.primitives.axes with parameters of type Coord3d | |
---|---|
void |
IAxe.setScale(Coord3d scale)
|
void |
AxeBox.setScale(Coord3d scale)
Set the scaling factor that are applyed on this object before GL2 commands. |
void |
AxeBase.setScale(Coord3d scale)
Set the scaling factor that are applied on this object before GL2 commands. |
Uses of Coord3d in org.jzy3d.plot3d.primitives.enlightables |
---|
Fields in org.jzy3d.plot3d.primitives.enlightables declared as Coord3d | |
---|---|
protected Coord3d |
EnlightablePolygon.center
|
protected Coord3d |
EnlightableDisk.norm
|
Methods in org.jzy3d.plot3d.primitives.enlightables that return Coord3d | |
---|---|
Coord3d |
EnlightablePolygon.getBarycentre()
|
Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Coord3d | |
---|---|
void |
EnlightableBar.setData(Coord3d position,
float height,
float radius,
Color color)
|
void |
EnlightableSphere.setData(Coord3d position,
float radius,
float height,
int slices,
int stacks)
Set the sphere data. |
void |
EnlightableDisk.setData(Coord3d position,
float radiusInner,
float radiusOuter,
int slices,
int loops)
|
void |
EnlightableSphere.setPosition(Coord3d position)
Set the position of the Sphere and the dimensions of its boundingbox. |
void |
EnlightableDisk.setPosition(Coord3d position)
|
Constructors in org.jzy3d.plot3d.primitives.enlightables with parameters of type Coord3d | |
---|---|
EnlightableBar(Coord3d position,
float height,
float radius,
Color color)
|
|
EnlightableDisk(Coord3d position,
float radiusInner,
float radiusOuter,
int slices,
int loops,
Color color,
boolean faceup)
Initialize a cylinder with the given parameters. |
|
EnlightableSphere(Coord3d position,
float radius,
int slicing,
Color color)
Initialize a sphere with the given parameters. |
Uses of Coord3d in org.jzy3d.plot3d.primitives.graphs |
---|
Fields in org.jzy3d.plot3d.primitives.graphs declared as Coord3d | |
---|---|
protected Coord3d |
AbstractDrawableGraph2d.labelSceneOffset
|
Methods in org.jzy3d.plot3d.primitives.graphs that return Coord3d | |
---|---|
Coord3d |
AbstractDrawableGraph2d.getLabelSceneOffset()
|
Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type Coord3d | |
---|---|
void |
AbstractDrawableGraph2d.setLabelSceneOffset(Coord3d labelSceneOffset)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.interactive.tools |
---|
Fields in org.jzy3d.plot3d.primitives.interactive.tools with type parameters of type Coord3d | |
---|---|
List<Coord3d> |
PolygonProjection.coords
|
Methods in org.jzy3d.plot3d.primitives.interactive.tools that return types with arguments of type Coord3d | |
---|---|
static List<Coord3d> |
ProjectionUtils.getCoordinates(Polygon p)
|
static ArrayList<Coord3d> |
ProjectionUtils.getCoordinatesAsArrayList(Polygon p)
|
Constructor parameters in org.jzy3d.plot3d.primitives.interactive.tools with type arguments of type Coord3d | |
---|---|
PolygonProjection(List<Coord3d> coords,
List<Color> colors)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.pickable |
---|
Constructors in org.jzy3d.plot3d.primitives.pickable with parameters of type Coord3d | |
---|---|
PickablePoint(Coord3d xyz)
|
|
PickablePoint(Coord3d xyz,
Color rgb)
|
|
PickablePoint(Coord3d xyz,
Color rgb,
float width)
|
|
PickableSphere(Coord3d position,
float radius,
int slicing,
Color color)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.selectable |
---|
Fields in org.jzy3d.plot3d.primitives.selectable declared as Coord3d | |
---|---|
protected Coord3d[] |
SelectableScatter.projection
|
Fields in org.jzy3d.plot3d.primitives.selectable with type parameters of type Coord3d | |
---|---|
protected List<Coord3d> |
SelectableSphere.anchors
|
protected List<Coord3d> |
SelectableSphere.projection
|
Methods in org.jzy3d.plot3d.primitives.selectable that return Coord3d | |
---|---|
Coord3d[] |
SelectableScatter.getData()
|
Coord3d[] |
SelectableScatter.getProjection()
|
Methods in org.jzy3d.plot3d.primitives.selectable that return types with arguments of type Coord3d | |
---|---|
protected List<Coord3d> |
SelectableSphere.buildAnchors(Coord3d position,
float radius)
|
List<Coord3d> |
SelectableSphere.getLastProjection()
|
List<Coord3d> |
SelectableScatter.getLastProjection()
|
List<Coord3d> |
Selectable.getLastProjection()
|
List<Coord3d> |
SelectableSphere.getProjection()
|
Methods in org.jzy3d.plot3d.primitives.selectable with parameters of type Coord3d | |
---|---|
protected List<Coord3d> |
SelectableSphere.buildAnchors(Coord3d position,
float radius)
|
void |
SelectableScatter.setData(Coord3d[] coordinates)
Set the coordinates of the point. |
void |
SelectableSphere.setPosition(Coord3d position)
|
Constructors in org.jzy3d.plot3d.primitives.selectable with parameters of type Coord3d | |
---|---|
SelectableScatter(Coord3d[] coordinates,
Color[] colors)
|
|
SelectableSphere(Coord3d position,
float radius,
int slicing,
Color color)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.textured |
---|
Fields in org.jzy3d.plot3d.primitives.textured with type parameters of type Coord3d | |
---|---|
protected List<Coord3d> |
TexturedCylinder.lastProjection
|
protected List<Coord3d> |
TexturedCube.lastProjection
|
Methods in org.jzy3d.plot3d.primitives.textured that return types with arguments of type Coord3d | |
---|---|
List<Coord3d> |
TexturedCylinder.getLastProjection()
|
List<Coord3d> |
TexturedCube.getLastProjection()
|
Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type Coord3d | |
---|---|
TexturedCube(Coord3d position,
Color color,
Color bgcolor,
MaskPair masks)
|
|
TexturedCube(Coord3d position,
MaskPair masks)
|
|
TexturedCylinder(Coord3d position,
Color color,
Color bgcolor,
MaskPair masks)
|
|
TexturedCylinder(Coord3d position,
MaskPair masks)
|
Uses of Coord3d in org.jzy3d.plot3d.rendering.lights |
---|
Fields in org.jzy3d.plot3d.rendering.lights declared as Coord3d | |
---|---|
protected Coord3d |
Light.position
|
Methods in org.jzy3d.plot3d.rendering.lights that return Coord3d | |
---|---|
Coord3d |
Light.getPosition()
|
Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Coord3d | |
---|---|
void |
LightSet.apply(javax.media.opengl.GL gl,
Coord3d scale)
|
void |
Light.apply(javax.media.opengl.GL gl,
Coord3d scale)
|
void |
Light.setPosition(Coord3d position)
|
Uses of Coord3d in org.jzy3d.plot3d.rendering.ordering |
---|
Methods in org.jzy3d.plot3d.rendering.ordering with parameters of type Coord3d | |
---|---|
int |
PointOrderingStrategy.compare(Coord3d o1,
Coord3d o2)
|
double |
DefaultOrderingStrategy.score(Coord3d coord)
|
double |
BarycentreOrderingStrategy.score(Coord3d coord)
|
abstract double |
AbstractOrderingStrategy.score(Coord3d coord)
|
Method parameters in org.jzy3d.plot3d.rendering.ordering with type arguments of type Coord3d | |
---|---|
void |
PointOrderingStrategy.sort(List<Coord3d> points,
Camera cam)
|
Uses of Coord3d in org.jzy3d.plot3d.rendering.tooltips |
---|
Fields in org.jzy3d.plot3d.rendering.tooltips declared as Coord3d | |
---|---|
Coord3d |
Tooltip.target
|
protected Coord3d |
TextTooltipRenderer.target
|
protected Coord3d |
InteractiveTooltip.target
|
protected Coord3d |
CoordinateTooltipRenderer.target
|
Methods in org.jzy3d.plot3d.rendering.tooltips with parameters of type Coord3d | |
---|---|
String |
TooltipRenderer.format(Coord3d c)
|
String |
CoordinateTooltipRenderer.format(Coord3d c)
|
void |
TooltipRenderer.render(Graphics2D g2d,
int x,
int y,
Coord3d coord)
|
void |
TextTooltipRenderer.updateTargetCoordinate(Coord3d target)
|
void |
CoordinateTooltipRenderer.updateTargetCoordinate(Coord3d target)
|
Constructors in org.jzy3d.plot3d.rendering.tooltips with parameters of type Coord3d | |
---|---|
CoordinateTooltipRenderer(IntegerCoord2d screen,
Coord3d target)
|
|
CoordinateTooltipRenderer(String xUnit,
String yUnit,
String zUnit,
boolean renderX,
boolean renderY,
boolean renderZ,
IntegerCoord2d screen,
Coord3d target)
|
|
CoordinateTooltipRenderer(String xUnit,
String yUnit,
String zUnit,
boolean renderX,
boolean renderY,
boolean renderZ,
IntegerCoord2d screen,
Coord3d target,
boolean newLineAfterEachDim)
|
|
CoordinateTooltipRenderer(String xUnit,
String yUnit,
String zUnit,
IntegerCoord2d screen,
Coord3d target)
|
|
CoordinateTooltipRenderer(String xUnit,
String yUnit,
String zUnit,
IntegerCoord2d screen,
Coord3d target,
boolean newLineAfterEachDim)
|
|
InteractiveTooltip(Coord3d target,
String content,
IntegerCoord2d screenLocation)
|
|
InteractiveTooltip(Coord3d target,
String content,
IntegerCoord2d screenLocation,
IAction action)
|
|
TextTooltipRenderer(String text,
IntegerCoord2d screen,
Coord3d target)
|
|
Tooltip(int x,
int y,
Coord3d target)
|
|
Tooltip(String text,
int x,
int y,
Coord3d target)
|
Uses of Coord3d in org.jzy3d.plot3d.rendering.view |
---|
Fields in org.jzy3d.plot3d.rendering.view declared as Coord3d | |
---|---|
protected Coord3d |
View.center
|
static Coord3d |
View.DEFAULT_VIEW
|
static Coord3d |
Camera.DEFAULT_VIEW
The polar default view point, i.e. |
protected Coord3d |
Camera.eye
|
protected Coord3d |
View.scaling
|
protected Coord3d |
Camera.target
|
protected Coord3d |
Camera.up
|
protected Coord3d |
View.viewpoint
|
Methods in org.jzy3d.plot3d.rendering.view that return Coord3d | |
---|---|
Coord3d |
View.computeSceneScaling()
|
Coord3d |
View.getCenter()
Return the central point of the view scene, that is the last bounding box center set by View.lookToBox(BoundingBox3d box) |
Coord3d |
Camera.getEye()
Returns the eye's position. |
Coord3d |
View.getLastViewScaling()
Return the last used view scaling that was set according to the View.setSquared(boolean v) status. |
Coord3d |
Camera.getTarget()
Returns the target's position that was set at the last call to lookAt(). |
Coord3d |
Camera.getUp()
Returns the top of the camera. |
Coord3d |
View.getViewPoint()
Get the viewpoint. |
Coord3d |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d point)
Transform a 3d point coordinate into its screen position. |
Coord3d[] |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d[] points)
|
Coord3d[][] |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d[][] points)
|
Coord3d |
View.projectMouse(int x,
int y)
|
Coord3d |
Camera.screenToModel(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d screen)
Transform a 2d screen coordinate into a 3d coordinate. |
protected Coord3d |
View.squarify()
Return a 3d scaling factor that allows scaling the scene into a square box, according to the current ViewBoundMode. |
Methods in org.jzy3d.plot3d.rendering.view that return types with arguments of type Coord3d | |
---|---|
ArrayList<ArrayList<Coord3d>> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
ArrayList<ArrayList<Coord3d>> polygons)
|
List<Coord3d> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
List<Coord3d> points)
|
Methods in org.jzy3d.plot3d.rendering.view with parameters of type Coord3d | |
---|---|
double |
Camera.getDistance(AbstractDrawable drawable,
Coord3d viewScale)
Apply scaling before computing distance between the camera eye and the given drawable's barycenter. |
double |
Camera.getDistance(Coord3d coord)
Return the distance between the camera eye and the given coordinate. |
double |
Camera.getDistance(Coord3d coord,
Coord3d viewScale)
Apply scaling before computing distance between the camera eye and the given coordinate. |
Coord3d |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d point)
Transform a 3d point coordinate into its screen position. |
Coord3d[] |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d[] points)
|
Coord3d[][] |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d[][] points)
|
Coord3d |
Camera.screenToModel(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d screen)
Transform a 2d screen coordinate into a 3d coordinate. |
void |
Camera.setEye(Coord3d eye)
Set the eye's position. |
void |
Camera.setTarget(Coord3d target)
Set the target point of the camera. |
void |
Camera.setUp(Coord3d up)
Set the top of the camera. |
void |
View.setViewPoint(Coord3d polar)
Set the viewpoint and query a view update. |
void |
View.setViewPoint(Coord3d polar,
boolean updateView)
Set the viewpoint using polar coordinates relative to the target (i.e. |
void |
Camera.show(javax.media.opengl.GL gl,
Transform transform,
Coord3d scaling)
|
boolean |
Camera.side(Coord3d point)
Return true if the given point is on the left of the vector eye->target. |
protected String |
Camera.toString(Coord3d eye,
Coord3d target,
Coord3d up)
|
Method parameters in org.jzy3d.plot3d.rendering.view with type arguments of type Coord3d | |
---|---|
ArrayList<ArrayList<Coord3d>> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
ArrayList<ArrayList<Coord3d>> polygons)
|
List<Coord3d> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
List<Coord3d> points)
|
Constructors in org.jzy3d.plot3d.rendering.view with parameters of type Coord3d | |
---|---|
Camera(Coord3d target)
Set up a Camera looking at target, with a viewpoint standing at target+(0,0,100). |
Uses of Coord3d in org.jzy3d.plot3d.text |
---|
Fields in org.jzy3d.plot3d.text declared as Coord3d | |
---|---|
protected Coord3d |
AbstractTextRenderer.defSceneOffset
|
protected Coord3d |
DrawableTextWrapper.position
|
Methods in org.jzy3d.plot3d.text that return Coord3d | |
---|---|
Coord3d |
DrawableTextWrapper.getPosition()
|
Methods in org.jzy3d.plot3d.text with parameters of type Coord3d | |
---|---|
void |
DrawableTextWrapper.configure(String txt,
Coord3d position,
Color color,
Halign ha,
Valign va)
|
void |
ITextRenderer.drawSimpleText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Color color)
|
BoundingBox3d |
ITextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
|
BoundingBox3d |
AbstractTextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
|
BoundingBox3d |
ITextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset)
|
BoundingBox3d |
AbstractTextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset)
|
BoundingBox3d |
ITextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset)
|
BoundingBox3d |
ITextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord3d sceneOffset)
|
BoundingBox3d |
AbstractTextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord3d sceneOffset)
|
void |
DrawableTextWrapper.setPosition(Coord3d position)
|
Constructors in org.jzy3d.plot3d.text with parameters of type Coord3d | |
---|---|
DrawableTextWrapper(String txt,
Coord3d position,
Color color,
ITextRenderer renderer)
|
Uses of Coord3d in org.jzy3d.plot3d.text.drawable |
---|
Constructors in org.jzy3d.plot3d.text.drawable with parameters of type Coord3d | |
---|---|
DrawableTextBillboard(String txt,
Coord3d position,
Color color)
|
|
DrawableTextBitmap(String txt,
Coord3d position,
Color color)
|
Uses of Coord3d in org.jzy3d.plot3d.text.drawable.cells |
---|
Fields in org.jzy3d.plot3d.text.drawable.cells declared as Coord3d | |
---|---|
protected Coord3d |
TextCellRenderer.sceneOffset
|
Methods in org.jzy3d.plot3d.text.drawable.cells that return Coord3d | |
---|---|
Coord3d |
TextCellRenderer.getSceneOffset()
|
Methods in org.jzy3d.plot3d.text.drawable.cells with parameters of type Coord3d | |
---|---|
void |
TextCellRenderer.setSceneOffset(Coord3d sceneOffset)
|
Uses of Coord3d in org.jzy3d.plot3d.text.overlay |
---|
Methods in org.jzy3d.plot3d.text.overlay with parameters of type Coord3d | |
---|---|
void |
TextOverlay.appendText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
|
Uses of Coord3d in org.jzy3d.plot3d.text.renderers |
---|
Methods in org.jzy3d.plot3d.text.renderers with parameters of type Coord3d | |
---|---|
void |
TextBitmapRenderer.drawSimpleText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Color color)
|
void |
TextBillboardRenderer.drawSimpleText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Color color)
|
BoundingBox3d |
TextBitmapRenderer.drawText(javax.media.opengl.GL gl,
javax.media.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. |
BoundingBox3d |
TextBillboardRenderer.drawText(javax.media.opengl.GL gl,
javax.media.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. |
void |
TextBillboardRenderer.drawText(javax.media.opengl.GL gl,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
Draw a string at the specified position. |
Uses of Coord3d in org.jzy3d.plot3d.text.renderers.jogl |
---|
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Coord3d | |
---|---|
void |
JOGLTextRenderer.drawSimpleText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Color color)
|
BoundingBox3d |
JOGLTextRenderer.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset,
Coord3d sceneOffset)
|
Uses of Coord3d in org.jzy3d.plot3d.transform |
---|
Methods in org.jzy3d.plot3d.transform that return Coord3d | |
---|---|
Coord3d |
TranslateDrawable.compute(Coord3d input)
|
Coord3d |
Translate.compute(Coord3d input)
|
Coord3d |
Transform.compute(Coord3d input)
Apply the transformations to the input coordinate |
Coord3d |
Scale.compute(Coord3d input)
|
Coord3d |
Rotate.compute(Coord3d input)
|
Coord3d |
Rotate.getRotate()
|
Methods in org.jzy3d.plot3d.transform with parameters of type Coord3d | |
---|---|
Coord3d |
TranslateDrawable.compute(Coord3d input)
|
Coord3d |
Translate.compute(Coord3d input)
|
Coord3d |
Transform.compute(Coord3d input)
Apply the transformations to the input coordinate |
Coord3d |
Scale.compute(Coord3d input)
|
Coord3d |
Rotate.compute(Coord3d input)
|
void |
Rotate.setRotate(Coord3d rotate)
|
Constructors in org.jzy3d.plot3d.transform with parameters of type Coord3d | |
---|---|
Rotate(double angle,
Coord3d rotate)
|
|
Rotate(float angle,
Coord3d rotate)
Initialize a Rotation. |
|
Scale(Coord3d scale)
Initialize a Scale. |
|
Translate(Coord3d shift)
Initialize a Translate. |
Uses of Coord3d in org.jzy3d.ui.editors |
---|
Methods in org.jzy3d.ui.editors with parameters of type Coord3d | |
---|---|
protected void |
LightEditor.registerCoord3dControl(Coord3dEditor colorControl,
Coord3d coord)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |