|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coord3d | |
---|---|
org.jzy3d.chart | |
org.jzy3d.chart.graphs | |
org.jzy3d.colors | The Color package provide tools for mapping colors on graphical objects in two and three dimensions |
org.jzy3d.events | |
org.jzy3d.io | |
org.jzy3d.maths | Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. |
org.jzy3d.plot3d.builder | |
org.jzy3d.plot3d.builder.concrete | |
org.jzy3d.plot3d.builder.delaunay.jdt | |
org.jzy3d.plot3d.primitives | Provides 3d primitives that either implement plot3d.rendering.Drawable or
plot3d.rendering.Composite3d , and thus provide a draw() and transform() function
for the plot3d.rendering.Scene . |
org.jzy3d.plot3d.primitives.axes | Provides concrete axes implementing the Axe interface |
org.jzy3d.plot3d.primitives.enlightables | |
org.jzy3d.plot3d.primitives.graphs | |
org.jzy3d.plot3d.primitives.graphs.nodes | |
org.jzy3d.plot3d.primitives.interactive | |
org.jzy3d.plot3d.primitives.interactive.tools | |
org.jzy3d.plot3d.primitives.textured | |
org.jzy3d.plot3d.rendering.lights | |
org.jzy3d.plot3d.rendering.ordering | |
org.jzy3d.plot3d.rendering.tooltips | |
org.jzy3d.plot3d.rendering.view | Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. |
org.jzy3d.plot3d.text | Provides utilities for rendering texts into a 3 dimensional scene. |
org.jzy3d.plot3d.transform | Provides management of OpenGL ModelView Matrix for objects transformations. |
Uses of Coord3d in org.jzy3d.chart |
---|
Methods in org.jzy3d.chart that return Coord3d | |
---|---|
Coord3d |
Chart.getViewPoint()
|
Methods in org.jzy3d.chart with parameters of type Coord3d | |
---|---|
void |
Chart.setViewPoint(Coord3d viewPoint)
|
Uses of Coord3d in org.jzy3d.chart.graphs |
---|
Methods in org.jzy3d.chart.graphs that return Coord3d | |
---|---|
Coord3d |
GraphView.projectMouse(int x,
int y)
|
Uses of Coord3d in org.jzy3d.colors |
---|
Methods in org.jzy3d.colors with parameters of type Coord3d | |
---|---|
Color |
ColorMapper.getColor(Coord3d coord)
|
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(java.lang.Object source,
Coord3d viewPoint)
|
Uses of Coord3d in org.jzy3d.io |
---|
Methods in org.jzy3d.io that return Coord3d | |
---|---|
static Coord3d[] |
FileDataset.loadArray(java.lang.String filename)
|
static Coord3d[] |
FileDataset.toArray(java.util.List<Coord3d> list)
|
Methods in org.jzy3d.io that return types with arguments of type Coord3d | |
---|---|
static java.util.List<Coord3d> |
FileDataset.loadList(java.lang.String filename)
|
Method parameters in org.jzy3d.io with type arguments of type Coord3d | |
---|---|
static Coord3d[] |
FileDataset.toArray(java.util.List<Coord3d> list)
|
Uses of Coord3d in org.jzy3d.maths |
---|
Fields in org.jzy3d.maths declared as Coord3d | |
---|---|
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 |
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 | |
---|---|
java.util.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)
|
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. |
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. |
static void |
Array.print(Coord3d[] input)
|
BoundingBox3d |
BoundingBox3d.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 utils.Stack<algorithms.Point2f> |
ConvexHull.build2d(java.util.List<Coord3d> input2d)
|
static java.awt.Polygon |
ConvexHull.hull(java.util.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)
|
|
Coord3d(Coord3d c2)
|
|
Coordinates(Coord3d[] coords)
Initialize a Grid with a list of coordinates values |
|
Coordinates(Coord3d coord1,
Coord3d... coords)
|
|
Coordinates(Coord3d coord1,
Coord3d... coords)
|
|
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(java.util.List<Coord3d> coords)
|
|
Coordinates(java.util.List<Coord3d> coords)
Initialize a Grid with a list of coordinates values |
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 java.util.List<Coord3d> |
Grid.apply(Mapper mapper)
|
Method parameters in org.jzy3d.plot3d.builder with type arguments of type Coord3d | |
---|---|
AbstractComposite |
Tesselator.build(java.util.List<Coord3d> coordinates)
|
static AbstractDrawable |
Builder.build(java.util.List<Coord3d> coordinates,
Tesselator tesselator)
|
static AbstractDrawable |
Builder.build(java.util.List<Coord3d> coordinates,
Tessellator tesselator)
|
static AbstractDrawable |
Builder.buildDelaunay(java.util.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 | |
---|---|
java.util.List<Coord3d> |
RingGrid.apply(Mapper mapper)
|
java.util.List<Coord3d> |
OrthonormalGrid.apply(Mapper mapper)
|
java.util.List<Coord3d> |
CustomGrid.apply(Mapper mapper)
|
static java.util.List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps)
|
static java.util.List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps,
boolean half)
|
static java.util.List<Coord3d> |
SphereScatterGenerator.generate(float radius,
int steps)
|
Methods in org.jzy3d.plot3d.builder.concrete with parameters of type Coord3d | |
---|---|
static java.util.List<Coord3d> |
SphereScatterGenerator.generate(Coord3d center,
float radius,
int steps)
|
static java.util.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 |
RingTesselator.build(java.util.List<Coord3d> coordinates)
Deprecated. |
Uses of Coord3d in org.jzy3d.plot3d.builder.delaunay.jdt |
---|
Methods in org.jzy3d.plot3d.builder.delaunay.jdt that return Coord3d | |
---|---|
Coord3d |
Point_dt.getAsCoord3d()
Returns a jzy3d Coord3d instance |
Uses of Coord3d in org.jzy3d.plot3d.primitives |
---|
Fields in org.jzy3d.plot3d.primitives declared as Coord3d | |
---|---|
Coord3d[] |
Scatter.coordinates
|
Coord3d |
Point.xyz
|
Methods in org.jzy3d.plot3d.primitives that return Coord3d | |
---|---|
Coord3d |
Polygon.getBarycentre()
|
Coord3d |
AbstractDrawable.getBarycentre()
Return the barycentre of this object, which is computed as the center of its bounding box. |
Coord3d[] |
Scatter.getData()
|
Coord3d[] |
MultiColorScatter.getData()
|
Methods in org.jzy3d.plot3d.primitives that return types with arguments of type Coord3d | |
---|---|
java.util.List<Coord3d> |
MultiColorScatterList.getData()
|
Methods in org.jzy3d.plot3d.primitives with parameters of type Coord3d | |
---|---|
void |
Point.setData(Coord3d xyz)
Set the coordinates of the point. |
void |
Scatter.setData(Coord3d[] coordinates)
Set the coordinates of the point. |
void |
MultiColorScatter.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)
|
Method parameters in org.jzy3d.plot3d.primitives with type arguments of type Coord3d | |
---|---|
void |
MultiColorScatterList.setData(java.util.List<Coord3d> coordinates)
Set the coordinates of the point. |
Constructors in org.jzy3d.plot3d.primitives with parameters of type Coord3d | |
---|---|
Disk(Coord3d position,
float radiusInner,
float radiusOuter,
int slices,
int loops,
Color color)
Initialize a cylinder with the given parameters. |
|
MultiColorScatter(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper)
|
|
MultiColorScatter(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper,
float width)
|
|
MultiColorScatter(Coord3d[] coordinates,
ColorMapper mapper)
|
|
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)
|
|
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 | |
---|---|
LineStrip(java.util.List<Coord3d> coords)
|
|
MultiColorScatterList(java.util.List<Coord3d> coordinates,
ColorMapper mapper)
|
|
MultiColorScatterList(java.util.List<Coord3d> coordinates,
ColorMapper mapper,
float width)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.axes |
---|
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 GL commands. |
void |
AxeBase.setScale(Coord3d scale)
Set the scaling factor that are applied on this object before GL commands. |
Uses of Coord3d in org.jzy3d.plot3d.primitives.enlightables |
---|
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 |
---|
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.graphs.nodes |
---|
Constructors in org.jzy3d.plot3d.primitives.graphs.nodes with parameters of type Coord3d | |
---|---|
PickablePoint(Coord3d xyz)
|
|
PickablePoint(Coord3d xyz,
Color rgb)
|
|
PickablePoint(Coord3d xyz,
Color rgb,
float width)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.interactive |
---|
Methods in org.jzy3d.plot3d.primitives.interactive that return Coord3d | |
---|---|
Coord3d[] |
InteractiveScatter.getData()
|
Coord3d[] |
InteractiveScatter.getProjection()
|
Methods in org.jzy3d.plot3d.primitives.interactive that return types with arguments of type Coord3d | |
---|---|
java.util.List<Coord3d> |
InteractiveSphere.getLastProjection()
|
java.util.List<Coord3d> |
InteractiveScatter.getLastProjection()
|
java.util.List<Coord3d> |
IInteractive.getLastProjection()
|
java.util.List<Coord3d> |
InteractiveSphere.getProjection()
|
Methods in org.jzy3d.plot3d.primitives.interactive with parameters of type Coord3d | |
---|---|
void |
InteractiveScatter.setData(Coord3d[] coordinates)
Set the coordinates of the point. |
void |
InteractiveSphere.setPosition(Coord3d position)
|
Constructors in org.jzy3d.plot3d.primitives.interactive with parameters of type Coord3d | |
---|---|
InteractiveScatter(Coord3d[] coordinates,
Color[] colors)
|
|
InteractiveSphere(Coord3d position,
float radius,
int slicing,
Color color)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.interactive.tools |
---|
Fields in org.jzy3d.plot3d.primitives.interactive.tools with type parameters of type Coord3d | |
---|---|
java.util.List<Coord3d> |
PolygonProjection.coords
|
Methods in org.jzy3d.plot3d.primitives.interactive.tools that return types with arguments of type Coord3d | |
---|---|
static java.util.List<Coord3d> |
ProjectionUtils.getCoordinates(Polygon p)
|
static java.util.ArrayList<Coord3d> |
ProjectionUtils.getCoordinatesAsArrayList(Polygon p)
|
Constructor parameters in org.jzy3d.plot3d.primitives.interactive.tools with type arguments of type Coord3d | |
---|---|
PolygonProjection(java.util.List<Coord3d> coords,
java.util.List<Color> colors)
|
Uses of Coord3d in org.jzy3d.plot3d.primitives.textured |
---|
Methods in org.jzy3d.plot3d.primitives.textured that return types with arguments of type Coord3d | |
---|---|
java.util.List<Coord3d> |
TexturedCylinder.getLastProjection()
|
java.util.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 |
---|
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)
|
Method parameters in org.jzy3d.plot3d.rendering.ordering with type arguments of type Coord3d | |
---|---|
void |
PointOrderingStrategy.sort(java.util.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
|
Methods in org.jzy3d.plot3d.rendering.tooltips with parameters of type Coord3d | |
---|---|
java.lang.String |
TooltipRenderer.format(Coord3d c)
|
java.lang.String |
CoordinateTooltipRenderer.format(Coord3d c)
|
void |
TooltipRenderer.render(java.awt.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(java.lang.String xUnit,
java.lang.String yUnit,
java.lang.String zUnit,
boolean renderX,
boolean renderY,
boolean renderZ,
IntegerCoord2d screen,
Coord3d target)
|
|
CoordinateTooltipRenderer(java.lang.String xUnit,
java.lang.String yUnit,
java.lang.String zUnit,
boolean renderX,
boolean renderY,
boolean renderZ,
IntegerCoord2d screen,
Coord3d target,
boolean newLineAfterEachDim)
|
|
CoordinateTooltipRenderer(java.lang.String xUnit,
java.lang.String yUnit,
java.lang.String zUnit,
IntegerCoord2d screen,
Coord3d target)
|
|
CoordinateTooltipRenderer(java.lang.String xUnit,
java.lang.String yUnit,
java.lang.String zUnit,
IntegerCoord2d screen,
Coord3d target,
boolean newLineAfterEachDim)
|
|
InteractiveTooltip(Coord3d target,
java.lang.String content,
IntegerCoord2d screenLocation)
|
|
InteractiveTooltip(Coord3d target,
java.lang.String content,
IntegerCoord2d screenLocation,
IAction action)
|
|
TextTooltipRenderer(java.lang.String text,
IntegerCoord2d screen,
Coord3d target)
|
|
Tooltip(int x,
int y,
Coord3d target)
|
|
Tooltip(java.lang.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 | |
---|---|
static Coord3d |
View.DEFAULT_VIEW
|
Methods in org.jzy3d.plot3d.rendering.view that return Coord3d | |
---|---|
Coord3d |
Camera.getEye()
Returns the eye's position. |
Coord3d |
View.getLastViewScaling()
|
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 |
Camera.screenToModel(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Coord3d screen)
Transform a 2d screen coordinate into a 3d coordinate. |
Methods in org.jzy3d.plot3d.rendering.view that return types with arguments of type Coord3d | |
---|---|
java.util.ArrayList<java.util.ArrayList<Coord3d>> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
java.util.ArrayList<java.util.ArrayList<Coord3d>> polygons)
|
java.util.List<Coord3d> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
java.util.List<Coord3d> points)
|
Methods in org.jzy3d.plot3d.rendering.view with parameters of type Coord3d | |
---|---|
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)
|
void |
View.setViewPoint(Coord3d polar,
boolean updateView)
Set the viewpoint using polar coordinates relative to the target (i.e. the center of the scene). |
boolean |
Camera.side(Coord3d point)
Return true if the given point is on the left of the vector eye->target. |
Method parameters in org.jzy3d.plot3d.rendering.view with type arguments of type Coord3d | |
---|---|
java.util.ArrayList<java.util.ArrayList<Coord3d>> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
java.util.ArrayList<java.util.ArrayList<Coord3d>> polygons)
|
java.util.List<Coord3d> |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
java.util.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 |
---|
Methods in org.jzy3d.plot3d.text that return Coord3d | |
---|---|
Coord3d |
TextBitmapDrawable.getPosition()
|
Methods in org.jzy3d.plot3d.text with parameters of type Coord3d | |
---|---|
void |
TextRenderer.appendText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
|
void |
TextBitmap.drawSimpleText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Color color)
|
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
|
BoundingBox3d |
TextBillboard.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration. |
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord2d screenOffset)
|
BoundingBox3d |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.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 |
TextBitmap.drawText(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color,
Coord3d sceneOffset)
|
void |
TextBillboard.drawText(javax.media.opengl.GL gl,
java.lang.String s,
Coord3d position,
Halign halign,
Valign valign,
Color color)
Draw a string at the specified position. |
void |
TextBitmapDrawable.setData(java.lang.String txt,
Coord3d position,
Color color)
|
void |
TextBitmapDrawable.setPosition(Coord3d position)
|
Constructors in org.jzy3d.plot3d.text with parameters of type Coord3d | |
---|---|
TextBitmapDrawable(java.lang.String txt,
Coord3d position,
Color color)
|
Uses of Coord3d in org.jzy3d.plot3d.transform |
---|
Methods in org.jzy3d.plot3d.transform that return Coord3d | |
---|---|
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)
|
Methods in org.jzy3d.plot3d.transform with parameters of type Coord3d | |
---|---|
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)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |