Uses of Class
org.jzy3d.maths.Coord3d
- 
- 
Uses of Coord3d in <Unnamed>
Methods in <Unnamed> that return Coord3d Modifier and Type Method Description Coord3d[]MonitorScatter. getData() - 
Uses of Coord3d in org.jzy3d.chart
Fields in org.jzy3d.chart declared as Coord3d Modifier and Type Field Description protected Coord3dChart. previousViewPointFreeprotected Coord3dChart. previousViewPointProfileprotected Coord3dChart. previousViewPointTopMethods in org.jzy3d.chart that return Coord3d Modifier and Type Method Description Coord3dChart. getViewPoint()Methods in org.jzy3d.chart with parameters of type Coord3d Modifier and Type Method Description LightChart. addLight(Coord3d position)LightChart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular, float radius)voidChart. setViewPoint(Coord3d viewPoint) - 
Uses of Coord3d in org.jzy3d.chart.controllers.mouse.picking
Fields in org.jzy3d.chart.controllers.mouse.picking declared as Coord3d Modifier and Type Field Description protected Coord3dAWTMousePickingController. mouse3dprotected Coord3dNewtMousePickingController. mouse3dprotected Coord3dAWTMousePickingController. prevMouse3dprotected Coord3dNewtMousePickingController. prevMouse3dMethods in org.jzy3d.chart.controllers.mouse.picking with parameters of type Coord3d Modifier and Type Method Description protected voidAWTMousePickingPan2dController. pan(Coord3d from, Coord3d to)protected voidNewtMousePickingPan2dController. 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 Modifier and Type Field Description protected List<Coord3d>AWTSphereMouseSelector. projectionMethods in org.jzy3d.chart.controllers.mouse.selection with parameters of type Coord3d Modifier and Type Method Description protected booleanAWTAbstractMouseSelector. 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 Modifier and Type Method Description CameraChartFactory. newCamera(Coord3d center)CameraIChartFactory. newCamera(Coord3d center)LineStripIDrawableFactory. newLine(Coord3d... coords)PointIDrawableFactory. newPoint(Coord3d coord)Method parameters in org.jzy3d.chart.factories with type arguments of type Coord3d Modifier and Type Method Description LineStripIDrawableFactory. newLine(List<Coord3d> coords)LineStripInterpolatedIDrawableFactory. newLineInterpolated(List<Coord3d> controlPoints, int resolution) - 
Uses of Coord3d in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d that return Coord3d Modifier and Type Method Description Coord3dView2d. computeSceneScaling()TODO : verify we override this and why we do not overrideView.computeSceneScaling(Scene, boolean, org.jzy3d.plot3d.rendering.view.modes.ViewBoundMode, org.jzy3d.maths.BoundingBox3d, org.jzy3d.plot3d.transform.space.SpaceTransformer)Methods in org.jzy3d.chart2d with parameters of type Coord3d Modifier and Type Method Description BoundingBox3dAxisBox2d.RotatedTextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)voidAxisBox2d.RotatedTextBitmapRenderer. rotateText(IPainter painter, Coord3d posReal) - 
Uses of Coord3d in org.jzy3d.colors
Methods in org.jzy3d.colors with parameters of type Coord3d Modifier and Type Method Description ColorColorMapper. getColor(Coord3d coord)call a colormap with a three dimensions coordinateColorOrderingStrategyScoreColorMapper. getColor(Coord3d coord) - 
Uses of Coord3d in org.jzy3d.contour
Methods in org.jzy3d.contour that return Coord3d Modifier and Type Method Description protected Coord3dMapperContourMeshGenerator. map(int i, int j, double[][] contours)protected Coord3dMapperContourMeshGenerator. map(int i, int j, double value, double[][] contours) - 
Uses of Coord3d in org.jzy3d.demos.ddp
Methods in org.jzy3d.demos.ddp with parameters of type Coord3d Modifier and Type Method Description static voidPeeledStackDemo. createCylinder(Chart chart, Coord3d c1Position, float height, float radius, Color color)static voidPeeledStackDemo. createLine(Chart chart, Coord3d c1, Coord3d c2, int width)static voidPeeledCubesDemo_2. createStack(Chart chart, float width, float height, Coord3d position, Color face, Color wireframe)static voidPeeledCubesDemo. createStack(Chart chart, float width, float height, Coord3d position, Color face, Color wireframe)static voidPeeledDragonDemo. createStack(Chart chart, float width, float height, Coord3d position, Color face, Color wireframe) - 
Uses of Coord3d in org.jzy3d.demos.shaders
Methods in org.jzy3d.demos.shaders with parameters of type Coord3d Modifier and Type Method Description static voidShaderDemo. createCylinder(Chart chart, Coord3d c1Position, float height, float radius, Color color)static voidShaderDemo. createLine(Chart chart, Coord3d c1, Coord3d c2, int width) - 
Uses of Coord3d in org.jzy3d.events
Methods in org.jzy3d.events that return Coord3d Modifier and Type Method Description Coord3dViewPointChangedEvent. getViewPoint()Constructors in org.jzy3d.events with parameters of type Coord3d Constructor Description ViewPointChangedEvent(Object source, Coord3d viewPoint) - 
Uses of Coord3d in org.jzy3d.io
Methods in org.jzy3d.io that return Coord3d Modifier and Type Method Description 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 Modifier and Type Method Description static List<Coord3d>FileDataset. loadList(String filename)static List<Coord3d>FileDataset. loadList(String filename, int xColumn, int yColumn, int zColumn)Method parameters in org.jzy3d.io with type arguments of type Coord3d Modifier and Type Method Description static Coord3d[]FileDataset. toArray(List<Coord3d> list) - 
Uses of Coord3d in org.jzy3d.io.ply
Methods in org.jzy3d.io.ply that return Coord3d Modifier and Type Method Description static Coord3dPly. vertex(org.smurn.jply.Element element)Methods in org.jzy3d.io.ply that return types with arguments of type Coord3d Modifier and Type Method Description static List<Coord3d>Ply. read(InputStream is)static List<Coord3d>Ply. read(String filename)static List<Coord3d>Ply. read(org.smurn.jply.PlyReaderFile reader) - 
Uses of Coord3d in org.jzy3d.maths
Fields in org.jzy3d.maths declared as Coord3d Modifier and Type Field Description protected Coord3dPolygonArray. barycentrestatic Coord3dCoord3d. IDENTITYThe origin is a Coord3d having value 1 for each dimension.static Coord3dCoord3d. INVALIDAn invalid Coord2d has value NaN for each dimension.static Coord3dCoord3d. ORIGINThe origin is a Coord3d having value 0 for each dimension.Methods in org.jzy3d.maths that return Coord3d Modifier and Type Method Description Coord3dCoord3d. add(float value)Add a value to all components of the current Coord and return the result in a new Coord3d.Coord3dCoord3d. add(float x, float y, float z)Coord3dCoord3d. add(Coord3d c2)Add a Coord3d to the current one and return the result in a new Coord3d.Coord3dCoord3d. addSelf(float value)Coord3dCoord3d. addSelf(float x, float y, float z)Coord3dCoord3d. addSelf(Coord3d c2)Coord3dCoord3d. cartesian()Converts the current Coord3d into cartesian coordinates and return the result in a new Coord3d.Coord3dCoord3d. cartesianSelf()Coord3dCoord3d. clone()Return a duplicate of this 3d coordinate.static Coord3dNormal. compute(Coord3d p0, Coord3d p1, Coord3d p2)Coord3d[]Coord3ds. coordsArray()Coord3d[]BoundingBox3d. corners()Build an array of 8 coordinates indicating the 8 corners of the bounding boxCoord3dCoord3d. cross(Coord3d v)Coord3dVector3d. cross(Vector3d v)Computes the vectorial product of the current and the given vector.Coord3dCoord3d. div(float value)Divise all components of the current Coord by the same value and return the result in a new Coord3d.Coord3dCoord3d. div(Coord3d c2)Divise a Coord3d to the current one and return the result in a new Coord3d.Coord3dPolygonArray. getBarycentre()Coord3dBoundingBox3d. getCenter()Compute and return the center point of the BoundingBox3dCoord3dVector3d. getCenter()Return the central point of this segment.Coord3dCoord3d. getNormalizedTo(float len)Coord3dBoundingBox3d. getRange()Return range of each dimension.Coord3d[]Triangle2d. getSegmentAB(float z)Coord3d[]Triangle2d. getSegmentAC(float z)Coord3d[]Triangle2d. getSegmentBA(float z)Coord3d[]Triangle2d. getSegmentBC(float z)Coord3dBoundingBox3d. getTransformedCenter(SpaceTransformer transformers)Coord3dBoundingBox3d.Corners. getXmaxYmaxZmax()Coord3dBoundingBox3d.Corners. getXmaxYmaxZmin()Coord3dBoundingBox3d.Corners. getXmaxYminZmax()Coord3dBoundingBox3d.Corners. getXmaxYminZmin()Coord3dBoundingBox3d.Corners. getXminYmaxZmax()Coord3dBoundingBox3d.Corners. getXminYmaxZmin()Coord3dBoundingBox3d.Corners. getXminYminZmax()Coord3dBoundingBox3d.Corners. getXminYminZmin()Coord3dCoord3d. interpolateTo(Coord3d v, float f)static Coord3d[]Triangle2d. leftMostFirst(Coord3d[] segment)static Coord3d[]Triangle2d. leftMostFirst(Coord3d seg0, Coord3d seg1)static Coord3dCoord3d. max(List<Coord3d> coords)Compute the component-wise minimum values of a set of coordinates.static Coord3dCoord3d. min(List<Coord3d> coords)Compute the component-wise minimum values of a set of coordinates.Coord3dCoord3d. mul(float value)Multiply all components of the current Coord and return the result in a new Coord3d.Coord3dCoord3d. mul(float x, float y, float z)Coord3dCoord3d. mul(Coord3d c2)Multiply a Coord3d to the current one and return the result in a new Coord3d.Coord3dCoord3d. negative()Coord3dCoord3d. normalizeTo(float len)Coord3dCoord3d. polar()Converts the current Coord3d into polar coordinates and return the result in a new Coord3d.Coord3dCoord3d. polarSelf()Coord3dCoord3d. rotate(float angleDeg, Coord3d axis)Applies a rotation represented by the AxisAngle notation using the Rodrigues' rotation formula.Coord3dRotationMatrix. rotate(Coord3d c)Coord3dRotationMatrix. rotateSelf(Coord3d c)glRotate produces a rotation of angle degrees around the vector (x,y,z).static Coord3d[]Triangle2d. segment(Coord3d c1, Coord3d c2)Coord3dCoord3d. set(float x, float y, float z)Coord3dCoord3d. set(Coord3d c2)Coord3dCoord3d. sub(float value)Substract a value to all components of the current Coord and return the result in a new Coord3d.Coord3dCoord3d. sub(float x2, float y2, float z2)Coord3dCoord3d. sub(Coord3d c2)Substract a Coord3d to the current one and return the result in a new Coord3d.Coord3dCoord3d. subSelf(float value)Coord3dCoord3d. subSelf(Coord3d c2)Coord3dCoord2d. to3d()Coord3d[]Coordinates. toArray()Return the array of 3d coordinates.Coord3dVector3d. vector()Return the vector induced by this set of coordinates.Methods in org.jzy3d.maths that return types with arguments of type Coord3d Modifier and Type Method Description static List<Coord3d>Coord3d. clone(List<Coord3d> coords)List<Coord3d>Coord3ds. coords()List<Coord3d>BoundingBox3d.Corners. getAll()List<Coord3d>BoundingBox3d. getVertices()static List<Coord3d>Coord3d. list(int size)static List<Coord3d>Coord3d. list(Coord3d... coords)static Pair<Coord3d,Coord3d>Coord3d. minMax(List<Coord3d> coords)Compute the component-wise minimum and maximum values of a set of coordinates.static Pair<Coord3d,Coord3d>Coord3d. minMax(List<Coord3d> coords)Compute the component-wise minimum and maximum values of a set of coordinates.Methods in org.jzy3d.maths with parameters of type Coord3d Modifier and Type Method Description voidBoundingBox3d. add(Coord3d c)Add a Coord3d to the BoundingBox3d.static voidCoord3d. add(List<Coord3d> coords, Coord3d add)Coord3dCoord3d. add(Coord3d c2)Add a Coord3d to the current one and return the result in a new Coord3d.Coord3dCoord3d. addSelf(Coord3d c2)protected static Coord2dConvexHull. asPoint2f(Coord3d c)static Coord3dNormal. compute(Coord3d p0, Coord3d p1, Coord3d p2)booleanBoundingBox3d. contains(Coord3d c)Coord3dCoord3d. cross(Coord3d v)doubleCoord3d. distance(Coord3d c)Compute the distance between two coordinates.doubleVector3d. distance(Coord3d c)Compute the distance between two coordinates.doubleCoord3d. distanceSq(Coord3d c)static voidCoord3d. div(List<Coord3d> coords, Coord3d div)Coord3dCoord3d. div(Coord3d c2)Divise a Coord3d to the current one and return the result in a new Coord3d.voidCoord3d. divSelf(Coord3d c2)floatCoord3d. dot(Coord3d v)Coord3dCoord3d. interpolateTo(Coord3d v, float f)static Coord3d[]Triangle2d. leftMostFirst(Coord3d[] segment)static Coord3d[]Triangle2d. leftMostFirst(Coord3d seg0, Coord3d seg1)static List<Coord3d>Coord3d. list(Coord3d... coords)static voidCoord3d. mul(List<Coord3d> coords, Coord3d multiplier)Coord3dCoord3d. mul(Coord3d c2)Multiply a Coord3d to the current one and return the result in a new Coord3d.voidCoord3d. mulSelf(Coord3d c2)static voidArray. print(Coord3d[] input)Coord3dCoord3d. rotate(float angleDeg, Coord3d axis)Applies a rotation represented by the AxisAngle notation using the Rodrigues' rotation formula.Coord3dRotationMatrix. rotate(Coord3d c)Coord3dRotationMatrix. rotateSelf(Coord3d c)glRotate produces a rotation of angle degrees around the vector (x,y,z).BoundingBox2dBoundingBox2d. scale(Coord3d scale)Return a copy of the current bounding box after scaling.BoundingBox3dBoundingBox3d. scale(Coord3d scale)Return a copy of the current bounding box after scaling.static Coord3d[]Triangle2d. segment(Coord3d c1, Coord3d c2)Coord3dCoord3d. set(Coord3d c2)BoundingBox3dBoundingBox3d. shift(Coord3d offset)static voidCoord3d. sub(List<Coord3d> coords, Coord3d add)Coord3dCoord3d. sub(Coord3d c2)Substract a Coord3d to the current one and return the result in a new Coord3d.Coord3dCoord3d. subSelf(Coord3d c2)Method parameters in org.jzy3d.maths with type arguments of type Coord3d Modifier and Type Method Description static voidCoord3d. add(List<Coord3d> coords, float x, float y, float z)static voidCoord3d. add(List<Coord3d> coords, Coord3d add)static Deque<Coord2d>ConvexHull. build2d(List<Coord3d> input2d)static List<Coord3d>Coord3d. clone(List<Coord3d> coords)static voidCoord3d. div(List<Coord3d> coords, float x, float y, float z)static voidCoord3d. div(List<Coord3d> coords, Coord3d div)static RangeCoord3d. getZRange(List<Coord3d> coords)static Polygon2dConvexHull. hull(List<Coord3d> cell)static Coord3dCoord3d. max(List<Coord3d> coords)Compute the component-wise minimum values of a set of coordinates.static Coord3dCoord3d. min(List<Coord3d> coords)Compute the component-wise minimum values of a set of coordinates.static Pair<Coord3d,Coord3d>Coord3d. minMax(List<Coord3d> coords)Compute the component-wise minimum and maximum values of a set of coordinates.static voidCoord3d. mul(List<Coord3d> coords, float x, float y, float z)static voidCoord3d. mul(List<Coord3d> coords, Coord3d multiplier)static voidCoord3d. sub(List<Coord3d> coords, float x, float y, float z)static voidCoord3d. sub(List<Coord3d> coords, Coord3d add)Constructors in org.jzy3d.maths with parameters of type Coord3d Constructor Description Angle3d(Coord3d p1, Coord3d p2, Coord3d p3)Create an angle, described by three coordinates.BoundingBox3d(Coord3d center, float diameter)Coordinates(Coord3d[] coords)Initialize a Grid with a list of coordinates valuesCoordinates(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 Constructor Description 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 Modifier and Type Method Description List<Coord3d>IInterpolator. interpolate(List<Coord3d> controlPoints, int resolution)Method parameters in org.jzy3d.maths.algorithms.interpolation with type arguments of type Coord3d Modifier and Type Method Description 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 Modifier and Type Field Description Coord3d[]Spline3D. coeffACoord3d[]Spline3D. deltaprotected Coord3d[]Spline3D. pointsFields in org.jzy3d.maths.algorithms.interpolation.algorithms with type parameters of type Coord3d Modifier and Type Field Description List<Coord3d>Spline3D. pointListList<Coord3d>Spline3D. verticesMethods in org.jzy3d.maths.algorithms.interpolation.algorithms that return types with arguments of type Coord3d Modifier and Type Method Description 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 Modifier and Type Method Description Spline3DSpline3D. 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 Modifier and Type Method Description List<Coord3d>BernsteinInterpolator. interpolate(List<Coord3d> controlPoints, int resolution)Spline3DSpline3D. setPointList(List<Coord3d> plist)Constructors in org.jzy3d.maths.algorithms.interpolation.algorithms with parameters of type Coord3d Constructor Description 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 Constructor Description Spline3D(List<Coord3d> rawPoints)Spline3D(List<Coord3d> rawPoints, BernsteinPolynomial b, float tightness) - 
Uses of Coord3d in org.jzy3d.maths.doubles
Methods in org.jzy3d.maths.doubles that return Coord3d Modifier and Type Method Description Coord3dCoord3D. toCoord3d()Methods in org.jzy3d.maths.doubles with parameters of type Coord3d Modifier and Type Method Description Coord3DCoord3D. addSelf(Coord3d c2)Constructors in org.jzy3d.maths.doubles with parameters of type Coord3d Constructor Description Coord3D(Coord3d c) - 
Uses of Coord3d in org.jzy3d.maths.parameq
Methods in org.jzy3d.maths.parameq that return Coord3d Modifier and Type Method Description Coord3dParametricAbcd. apply(double t)Coord3dParametricCircle. apply(double t)abstract Coord3dParametricEquation. apply(double t)abstract Coord3dParametricEquation2. apply(double t, double u)Coord3dParametricHelix. apply(double t)Coord3dParametricTorus. apply(double t, double u)Methods in org.jzy3d.maths.parameq that return types with arguments of type Coord3d Modifier and Type Method Description 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.painters
Methods in org.jzy3d.painters that return Coord3d Modifier and Type Method Description Coord3dAbstractPainter. modelToScreen(Coord3d point)Transform a 3d point coordinate into its screen position.Coord3d[]AbstractPainter. modelToScreen(Coord3d[] points)Coord3d[][]AbstractPainter. modelToScreen(Coord3d[][] points)Coord3dIPainter. modelToScreen(Coord3d point)Coord3d[]IPainter. modelToScreen(Coord3d[] points)Coord3d[][]IPainter. modelToScreen(Coord3d[][] points)Coord3dAbstractPainter. screenToModel(Coord3d screen)Coord3dIPainter. screenToModel(Coord3d screen)Methods in org.jzy3d.painters that return types with arguments of type Coord3d Modifier and Type Method Description ArrayList<ArrayList<Coord3d>>AbstractPainter. modelToScreen(ArrayList<ArrayList<Coord3d>> polygons)List<Coord3d>AbstractPainter. modelToScreen(List<Coord3d> points)ArrayList<ArrayList<Coord3d>>IPainter. modelToScreen(ArrayList<ArrayList<Coord3d>> polygons)List<Coord3d>IPainter. modelToScreen(List<Coord3d> points)Methods in org.jzy3d.painters with parameters of type Coord3d Modifier and Type Method Description voidEmulGLPainter. drawImage(ByteBuffer imageBuffer, int imageWidth, int imageHeight, Coord2d pixelZoom, Coord3d imagePosition)A very failing implementation.voidIPainter. drawImage(ByteBuffer imageBuffer, int imageWidth, int imageHeight, Coord2d pixelZoom, Coord3d imagePosition)A high level and easy way of drawing images (non OpenGL).voidNativeDesktopPainter. drawImage(ByteBuffer imageBuffer, int imageWidth, int imageHeight, Coord2d pixelZoom, Coord3d imagePosition)voidNativeEmbeddedPainter. drawImage(ByteBuffer imageBuffer, int imageWidth, int imageHeight, Coord2d pixelZoom, Coord3d imagePosition)voidEmulGLPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)voidIPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)A high level and easy way of drawing texts (non OpenGL).voidNativeDesktopPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)voidNativeEmbeddedPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)voidEmulGLPainter. glutBitmapString(Font font, String label, Coord3d position, Color color)voidIPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)An interface for AWT user, jGL only @since 2.0.0voidNativeDesktopPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)voidNativeEmbeddedPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)JGL onlyCoord3dAbstractPainter. modelToScreen(Coord3d point)Transform a 3d point coordinate into its screen position.Coord3d[]AbstractPainter. modelToScreen(Coord3d[] points)Coord3d[][]AbstractPainter. modelToScreen(Coord3d[][] points)Coord3dIPainter. modelToScreen(Coord3d point)Coord3d[]IPainter. modelToScreen(Coord3d[] points)Coord3d[][]IPainter. modelToScreen(Coord3d[][] points)voidAbstractPainter. normal(Coord3d norm)voidIPainter. normal(Coord3d norm)A convenient shortcut to glNormal3fvoidAbstractPainter. raster(Coord3d coord, SpaceTransformer transform)voidIPainter. raster(Coord3d coord, SpaceTransformer transform)Coord3dAbstractPainter. screenToModel(Coord3d screen)Coord3dIPainter. screenToModel(Coord3d screen)voidAbstractPainter. vertex(Coord3d coord)voidAbstractPainter. vertex(Coord3d coord, SpaceTransformer transform)voidIPainter. vertex(Coord3d coord)A convenient shortcut to glVertex3fvoidIPainter. vertex(Coord3d coord, SpaceTransformer transform)A convenient shortcut to glVertex3f, able to apply a space transform in case it is not nullMethod parameters in org.jzy3d.painters with type arguments of type Coord3d Modifier and Type Method Description ArrayList<ArrayList<Coord3d>>AbstractPainter. modelToScreen(ArrayList<ArrayList<Coord3d>> polygons)List<Coord3d>AbstractPainter. modelToScreen(List<Coord3d> points)ArrayList<ArrayList<Coord3d>>IPainter. modelToScreen(ArrayList<ArrayList<Coord3d>> polygons)List<Coord3d>IPainter. modelToScreen(List<Coord3d> points) - 
Uses of Coord3d in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder that return Coord3d Modifier and Type Method Description Coord3dIObjectTopology. getCoord(O object)Methods in org.jzy3d.plot3d.builder that return types with arguments of type Coord3d Modifier and Type Method Description abstract List<Coord3d>Grid. apply(Mapper mapper)Method parameters in org.jzy3d.plot3d.builder with type arguments of type Coord3d Modifier and Type Method Description CompositeTessellator. build(List<Coord3d> coordinates)ShapeSurfaceBuilder. delaunay(List<Coord3d> coordinates)Build a surface out of an disordered point mesh. - 
Uses of Coord3d in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return types with arguments of type Coord3d Modifier and Type Method Description List<Coord3d>CustomGrid. apply(Mapper mapper)List<Coord3d>OrthonormalGrid. apply(Mapper mapper)List<Coord3d>RingGrid. apply(Mapper mapper)static List<Coord3d>SphereScatterGenerator. generate(float radius, int steps)static List<Coord3d>SphereScatterGenerator. generate(Coord3d center, float radius, int steps)static List<Coord3d>SphereScatterGenerator. generate(Coord3d center, float radius, int steps, boolean half)Methods in org.jzy3d.plot3d.builder.concrete with parameters of type Coord3d Modifier and Type Method Description 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 Modifier and Type Method Description CompositeOldRingTesselator. build(List<Coord3d> coordinates)Deprecated. - 
Uses of Coord3d in org.jzy3d.plot3d.builder.delaunay
Methods in org.jzy3d.plot3d.builder.delaunay that return Coord3d Modifier and Type Method Description static Coord3dJDTConverter. toJzyCoord(Point point)Methods in org.jzy3d.plot3d.builder.delaunay with parameters of type Coord3d Modifier and Type Method Description static PointJDTConverter. toJdtPoint(Coord3d coord)Method parameters in org.jzy3d.plot3d.builder.delaunay with type arguments of type Coord3d Modifier and Type Method Description CompositeDelaunayTessellator. 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 Modifier and Type Field Description protected Coord3dGeometry. centerCoord3d[]Scatter. coordinatesprotected Coord3d[]ScatterMultiColor. coordinatesprotected Coord3dCubeGLUT. positionprotected Coord3dEmulGLDrawableImage. positionprotected Coord3dSphere. positionCoord3dLightPoint. xyzCoord3dPoint. xyzFields in org.jzy3d.plot3d.primitives with type parameters of type Coord3d Modifier and Type Field Description protected List<Coord3d>LineStripInterpolated. controlCoordsprotected List<Coord3d>ScatterMultiColorList. coordinatesprotected List<Coord3d>LineStripInterpolated. interpolatedCoordsMethods in org.jzy3d.plot3d.primitives that return Coord3d Modifier and Type Method Description Coord3dRandomGeom. coord()Coord3dRandomGeom. coord(float xrange, float yrange, float zrange)Coord3dDrawable. getBarycentre()Return the barycentre of this object, which is computed as the center of its bounding box.Coord3dGeometry. getBarycentre()Coord3dPoint. getCoord()Coord3d[]Scatter. getCoordinates()Coord3d[]Scatter. getData()Coord3d[]ScatterMultiColor. getData()Coord3dEmulGLDrawableImage. getPosition()Coord3dSphere. getPosition()Methods in org.jzy3d.plot3d.primitives that return types with arguments of type Coord3d Modifier and Type Method Description List<Coord3d>LineStripInterpolated. getControlCoords()List<Coord3d>ScatterMultiColorList. getData()List<Coord3d>LineStripInterpolated. getInterpolatedCoords()Methods in org.jzy3d.plot3d.primitives with parameters of type Coord3d Modifier and Type Method Description voidConcurrentScatterMultiColorList. add(Coord3d c)voidGeometry. add(Coord3d coord)voidLineStrip. add(Coord3d coord3d)voidScatterMultiColorList. add(Coord3d c)ColorRandomGeom. color(Coord3d coord)Build a color based on the input coord values.ColorRandomGeom. color(Coord3d coord, float xrange, float yrange, float zrange)voidPoint. setCoord(Coord3d xyz)voidCylinder. setData(Coord3d position, float height, float radius, int slices, int rings, Color color)voidDisk. setData(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops)voidHistogramBar. setData(Coord3d position, float height, float radius, Color color)voidPoint. setData(Coord3d xyz)Set the coordinates of the point.voidScatter. setData(Coord3d[] coordinates)Set the coordinates of the point.voidScatterMultiColor. setData(Coord3d[] coordinates)Set the coordinates of the point.voidSphere. setData(Coord3d position, float radius, float height, int slices, int stacks)Set the sphere data.voidTube. setData(Coord3d position, float radiusBottom, float radiusTop, float height, int slices, int stacks)Set theTubedata.voidDisk. setPosition(Coord3d position)voidEmulGLDrawableImage. setPosition(Coord3d position)voidSphere. setPosition(Coord3d position)Set the position of the Sphere and the dimensions of its boundingbox.voidTube. setPosition(Coord3d position)Set the position of the Cylinder and the dimensions of its boundingbox.protected PointLineStripInterpolated. toPoint(Coord3d coord, Color color, float width)Method parameters in org.jzy3d.plot3d.primitives with type arguments of type Coord3d Modifier and Type Method Description voidLineStrip. add(List<Coord3d> coords)voidLineStrip. addAllPoints(List<Coord3d> coords)voidScatter. setData(List<Coord3d> coordinates)voidScatterMultiColorList. setData(List<Coord3d> coordinates)Set the coordinates of the point.static ShapeSurface. shape(List<Coord3d> coordinates, IColorMap colormap, float alpha)protected List<Point>LineStripInterpolated. toPoints(List<Coord3d> coords, Color color, float width)Constructors in org.jzy3d.plot3d.primitives with parameters of type Coord3d Constructor Description AWTScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper)AWTScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width)AWTScatterMultiColor(Coord3d[] coordinates, ColorMapper mapper)ConcurrentScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper)ConcurrentScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width)ConcurrentScatterMultiColor(Coord3d[] coordinates, ColorMapper mapper)CubeComposite(Coord3d c, float radius)CubeGLUT(Coord3d c, float radius)Disk(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops, Color color)Initialize a cylinder with the given parameters.EmulGLDrawableImage(BufferedImage image, Coord3d position)LightPoint(Coord3d xyz, Color rgb)LineStrip(Color color, Coord3d... coords)LineStrip(Coord3d... coords)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. - 
Uses of Coord3d in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as Coord3d Modifier and Type Field Description Coord3d[]AxisRenderingInfo. axisSegmentprotected Coord3dAxisBox. centerprotected Coord3dAxisBase. scaleprotected Coord3dAxisBox. scaleCoord3d[]AxisRenderingInfo. tickLabelPositionsMethods in org.jzy3d.plot3d.primitives.axis that return Coord3d Modifier and Type Method Description protected Coord3dAxisLabelProcessor. axisLabelPosition(int direction, float tickLength, float axeLabelDist, Coord3d pos, Coord3d dir)Compute the axis label position according to the tick position (on the axis segment) and a direction for the tick.Coord3dAxisBase. getCenter()Get the minimum values of the bounding box for each dimension.Coord3dAxisBox. getCenter()Coord3dIAxis. getCenter()Coord3dAxisBase. getScale()Coord3dAxisBox. getScale()Coord3dIAxis. getScale()protected Coord3dAxisTickProcessor. tickDirection(int quad_0, int quad_1)protected Coord3dAxisTickProcessor. tickPosition(int quad_0, int quad_1)Methods in org.jzy3d.plot3d.primitives.axis with parameters of type Coord3d Modifier and Type Method Description HorizontalAxisTickProcessor. align(Horizontal alignDefault, int dimension, Camera cam, Coord3d tickPosition)Compute horizontal alignement of a tick label based on tick position relative to camera, if the input default is nullprotected Coord2dAxisLabelProcessor. axisLabelOffset(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin)Offset for oblique labelsprotected Coord2dAxisLabelProcessor. axisLabelOffsetVertical(IPainter painter, AxisRenderingInfo info, Coord3d labelPosition, int margin)Compute the offset to apply to a vertical Z label to avoid covering the tick labels.protected Coord3dAxisLabelProcessor. axisLabelPosition(int direction, float tickLength, float axeLabelDist, Coord3d pos, Coord3d dir)Compute the axis label position according to the tick position (on the axis segment) and a direction for the tick.protected floatAxisLabelProcessor. axisLabelRotation(IPainter painter, int direction, Coord3d[] axisSegment)Compute axis label rotation according to settings and direction of the axis segment.floatAxisLabelRotator. computeSegmentRotation(Coord3d p1, Coord3d p2)Compute the 2D orientation (rotation) of an axis as it is currently displayed to screen (which may change according to camera viewpoint)
 Schema
 sourcefloatAxisLabelRotator. computeSegmentRotation2D(IPainter painter, Coord3d[] axisSegment)Compute the 2D orientation (rotation) of an axis made of 2 3D points.AxisLabelRotator.TextLayoutAxisLabelRotator. computeTextLayout(IPainter painter, Coord3d[] segment3D, Coord3d center3D, Coord3d label3D, float offset)Compute the 2D offset and rotation required to have axis label cleanly fitting around and axis and being parallel to the axis (as displayed in 2D on screen).protected voidAxisLabelProcessor. drawAxisLabel(IPainter painter, int direction, Color color, BoundingBox3d ticksTxtBounds, Coord3d labelPosition, String axeLabel, float rotation, Coord2d offset)voidAxisTickProcessor. drawAxisTickNumericLabel(IPainter painter, int direction, Color color, Horizontal hAlign, Vertical vAlign, BoundingBox3d ticksTxtBounds, String tickLabel, Coord3d tickPosition)AxisRenderingInfoAxisTickProcessor. drawAxisTicks(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, Coord3d pos, Coord3d dir, double[] ticks)voidAxisTickProcessor. drawTickLine(IPainter painter, Color color, Coord3d pos, Coord3d lab)Actually draws the line.boolean[]AxisBox. getHiddenQuads(Coord3d scaledEye, Coord3d center)voidAxisBase. setScale(Coord3d scale)Set the scaling factor that are applied on this object before GL2 commands.voidAxisBox. setScale(Coord3d scale)Set the scaling factor that are applyed on this object before GL2 commands.voidIAxis. setScale(Coord3d scale) - 
Uses of Coord3d in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables declared as Coord3d Modifier and Type Field Description protected Coord3dEnlightablePolygon. centerprotected Coord3dEnlightableDisk. normMethods in org.jzy3d.plot3d.primitives.enlightables that return Coord3d Modifier and Type Method Description Coord3dEnlightablePolygon. getBarycentre()Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Coord3d Modifier and Type Method Description voidEnlightableBar. setData(Coord3d position, float height, float radius, Color color)voidEnlightableDisk. setData(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops)voidEnlightableSphere. setData(Coord3d position, float radius, float height, int slices, int stacks)Set the sphere data.voidEnlightableDisk. setPosition(Coord3d position)voidEnlightableSphere. setPosition(Coord3d position)Set the position of the Sphere and the dimensions of its boundingbox.Constructors in org.jzy3d.plot3d.primitives.enlightables with parameters of type Coord3d Constructor Description 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 Modifier and Type Field Description protected Coord3dAbstractDrawableGraph2d. labelSceneOffsetMethods in org.jzy3d.plot3d.primitives.graphs that return Coord3d Modifier and Type Method Description Coord3dAbstractDrawableGraph2d. getLabelSceneOffset()Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type Coord3d Modifier and Type Method Description voidAbstractDrawableGraph2d. 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 Modifier and Type Field Description List<Coord3d>PolygonProjection. coordsMethods in org.jzy3d.plot3d.primitives.interactive.tools that return types with arguments of type Coord3d Modifier and Type Method Description 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 Constructor Description 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 Constructor Description 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 Modifier and Type Field Description protected Coord3d[]SelectableScatter. projectionFields in org.jzy3d.plot3d.primitives.selectable with type parameters of type Coord3d Modifier and Type Field Description protected List<Coord3d>SelectableSphere. anchorsprotected List<Coord3d>SelectableSphere. projectionMethods in org.jzy3d.plot3d.primitives.selectable that return Coord3d Modifier and Type Method Description Coord3d[]SelectableScatter. getData()Coord3d[]SelectableScatter. getProjection()Methods in org.jzy3d.plot3d.primitives.selectable that return types with arguments of type Coord3d Modifier and Type Method Description protected List<Coord3d>SelectableSphere. buildAnchors(Coord3d position, float radius)List<Coord3d>Selectable. getLastProjection()List<Coord3d>SelectableScatter. getLastProjection()List<Coord3d>SelectableSphere. getLastProjection()List<Coord3d>SelectableSphere. getProjection()Methods in org.jzy3d.plot3d.primitives.selectable with parameters of type Coord3d Modifier and Type Method Description protected List<Coord3d>SelectableSphere. buildAnchors(Coord3d position, float radius)voidSelectableScatter. setData(Coord3d[] coordinates)Set the coordinates of the point.voidSelectableSphere. setPosition(Coord3d position)Constructors in org.jzy3d.plot3d.primitives.selectable with parameters of type Coord3d Constructor Description 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 Modifier and Type Field Description protected List<Coord3d>TexturedCube. lastProjectionprotected List<Coord3d>TexturedCylinder. lastProjectionMethods in org.jzy3d.plot3d.primitives.textured that return types with arguments of type Coord3d Modifier and Type Method Description List<Coord3d>TexturedCube. getLastProjection()List<Coord3d>TexturedCylinder. getLastProjection()Methods in org.jzy3d.plot3d.primitives.textured with parameters of type Coord3d Modifier and Type Method Description List<Coord2d>TexturedCube. makeXPlaneTextureMapping(Coord3d position, float width)static List<Coord2d>TexturedCube. makeYPlaneTextureMapping(Coord3d position, float width)static List<Coord2d>TexturedCube. makeZPlaneTextureMapping(Coord3d position, float width)Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type Coord3d Constructor Description TexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks)TexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks, float width)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.primitives.vbo.builders
Fields in org.jzy3d.plot3d.primitives.vbo.builders with type parameters of type Coord3d Modifier and Type Field Description protected List<Coord3d>VBOBuilderListCoord3d. coordinatesMethods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type Coord3d Modifier and Type Method Description protected voidVBOBuilder. putCoord(FloatBuffer vertices, Coord3d c)protected voidVBOBuilder. putCoord(FloatVBO vbo, Coord3d c)protected voidVBOBuilder. putPoint(FloatVBO vbo, int id, Color color, Coord3d coord)Method parameters in org.jzy3d.plot3d.primitives.vbo.builders with type arguments of type Coord3d Modifier and Type Method Description protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, ColorMapper colors, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo, ColorMapper coloring)Constructor parameters in org.jzy3d.plot3d.primitives.vbo.builders with type arguments of type Coord3d Constructor Description VBOBuilderListCoord3d(List<Coord3d> coordinates)VBOBuilderListCoord3d(List<Coord3d> coordinates, ColorMapper coloring) - 
Uses of Coord3d in org.jzy3d.plot3d.primitives.vbo.drawable
Constructors in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Coord3d Constructor Description SphereVBO(Coord3d position, float radius, int stacks, int slices, Color color) - 
Uses of Coord3d in org.jzy3d.plot3d.rendering.lights
Fields in org.jzy3d.plot3d.rendering.lights declared as Coord3d Modifier and Type Field Description protected Coord3dLight. positionMethods in org.jzy3d.plot3d.rendering.lights that return Coord3d Modifier and Type Method Description Coord3dLight. getPosition()Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Coord3d Modifier and Type Method Description voidLight. apply(IPainter painter, Coord3d scale)voidLightSet. apply(IPainter painter, Coord3d scale)voidLight. setPosition(Coord3d position) - 
Uses of Coord3d in org.jzy3d.plot3d.rendering.ordering
Methods in org.jzy3d.plot3d.rendering.ordering with parameters of type Coord3d Modifier and Type Method Description intPointOrderingStrategy. compare(Coord3d o1, Coord3d o2)abstract doubleAbstractOrderingStrategy. score(Coord3d coord)doubleBarycentreOrderingStrategy. score(Coord3d coord)doubleDefaultOrderingStrategy. score(Coord3d coord)Method parameters in org.jzy3d.plot3d.rendering.ordering with type arguments of type Coord3d Modifier and Type Method Description voidPointOrderingStrategy. 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 Modifier and Type Field Description protected Coord3dCoordinateTooltipRenderer. targetprotected Coord3dInteractiveTooltip. targetprotected Coord3dTextTooltipRenderer. targetCoord3dTooltip. targetMethods in org.jzy3d.plot3d.rendering.tooltips with parameters of type Coord3d Modifier and Type Method Description StringCoordinateTooltipRenderer. format(Coord3d c)StringTooltipRenderer. format(Coord3d c)voidTooltipRenderer. render(Graphics2D g2d, int x, int y, Coord3d coord)voidCoordinateTooltipRenderer. updateTargetCoordinate(Coord3d target)voidTextTooltipRenderer. updateTargetCoordinate(Coord3d target)Constructors in org.jzy3d.plot3d.rendering.tooltips with parameters of type Coord3d Constructor Description 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)CoordinateTooltipRenderer(IntegerCoord2d screen, Coord3d target)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 Modifier and Type Field Description protected Coord3dView. centerstatic Coord3dCamera. DEFAULT_VIEWThe polar default view point, i.e.protected Coord3dCamera. eyeThe camera viewpointprotected Coord3dCamera. scaleThe scale used to display elementsprotected Coord3dView. scalingprotected Coord3dCamera. targetThe camera targetprotected Coord3dCamera. upThe camera up vectorprotected Coord3dView. viewpointstatic Coord3dView. VIEWPOINT_AXIS_CORNER_TOUCH_BORDERA viewpoint where two corners of the axis box touch top and bottom lines of the canvas.static Coord3dView. VIEWPOINT_DEFAULTA nice viewpoint to start the chartMethods in org.jzy3d.plot3d.rendering.view that return Coord3d Modifier and Type Method Description protected Coord3dView. computeCameraEye(Coord3d target)protected Coord3dView. computeCameraEye(Coord3d target, ViewPositionMode viewmode, Coord3d viewpoint)protected Coord3dView. computeCameraEyeFree(Coord3d viewpoint, Coord3d target)protected Coord3dView. computeCameraEyeProfile(Coord3d viewpoint, Coord3d target)protected Coord3dView. computeCameraEyeTop(Coord3d viewpoint, Coord3d target)protected Coord3dView. computeCameraTarget()protected Coord3dView. computeCameraTarget(Coord3d center, Coord3d scaling)protected Coord3dView. computeCameraUp(Coord3d viewpoint)Coord3dView. computeSceneScaling()Coord3dView. computeSceneScaling(Scene scene, boolean squared, ViewBoundMode boundmode, BoundingBox3d manualViewBounds, SpaceTransformer spaceTransformer)Coord3dView. getCenter()Return the central point of the view scene, that is the last bounding box center set byView.lookToBox(org.jzy3d.maths.BoundingBox3d)Coord3dCamera. getEye()Returns the eye's position.Coord3dView. getLastViewScaling()Return the last used view scaling that was set according to theView.setSquared(boolean)status.Coord3dCamera. getScale()Returns the scale used by this camera to display elements.Coord3dCamera. getTarget()Returns the target's position that was set at the last call to lookAt().Coord3dCamera. getUp()Returns the top of the camera.Coord3dView. getViewPoint()Get the viewpoint.Coord3dCamera. modelToScreen(IPainter painter, Coord3d point)Transform a 3d point coordinate into its screen position.Coord3d[]Camera. modelToScreen(IPainter painter, Coord3d[] points)Coord3d[][]Camera. modelToScreen(IPainter painter, Coord3d[][] points)Coord3dView. projectMouse(int x, int y)Perform the 3d projection of a 2d coordinate.Coord3dCamera. screenToModel(IPainter painter, Coord3d screen)Transform a 2d screen coordinate into a 3d coordinate.protected Coord3dView. squarify()protected Coord3dView. squarify(Scene scene, ViewBoundMode boundmode, BoundingBox3d manualViewBounds, SpaceTransformer spaceTransformer)Return a 3d scaling factor that allows scaling the scene into a square box, according to the current ViewBoundMode.protected Coord3dView. squarifyComputeBoundsRanges(BoundingBox3d bounds)Methods in org.jzy3d.plot3d.rendering.view that return types with arguments of type Coord3d Modifier and Type Method Description ArrayList<ArrayList<Coord3d>>Camera. modelToScreen(IPainter painter, ArrayList<ArrayList<Coord3d>> polygons)List<Coord3d>Camera. modelToScreen(IPainter painter, List<Coord3d> points)Methods in org.jzy3d.plot3d.rendering.view with parameters of type Coord3d Modifier and Type Method Description protected Coord3dView. computeCameraEye(Coord3d target)protected Coord3dView. computeCameraEye(Coord3d target, ViewPositionMode viewmode, Coord3d viewpoint)protected Coord3dView. computeCameraEyeFree(Coord3d viewpoint, Coord3d target)protected Coord3dView. computeCameraEyeProfile(Coord3d viewpoint, Coord3d target)protected Coord3dView. computeCameraEyeTop(Coord3d viewpoint, Coord3d target)protected Coord3dView. computeCameraTarget(Coord3d center, Coord3d scaling)protected Coord3dView. computeCameraUp(Coord3d viewpoint)doubleCamera. getDistance(Coord3d coord)Return the distance between the camera eye and the given coordinate.doubleCamera. getDistance(Coord3d coord, Coord3d viewScale)Apply scaling before computing distance between the camera eye and the given coordinate.doubleCamera. getDistance(Drawable drawable, Coord3d viewScale)Apply scaling before computing distance between the camera eye and the given drawable's barycenter.voidCamera. initWithTarget(Coord3d initialTarget)Coord3dCamera. modelToScreen(IPainter painter, Coord3d point)Transform a 3d point coordinate into its screen position.Coord3d[]Camera. modelToScreen(IPainter painter, Coord3d[] points)Coord3d[][]Camera. modelToScreen(IPainter painter, Coord3d[][] points)protected voidView. renderAxeBox(IAxis axe, Scene scene, Camera camera, Coord3d scaling, boolean axeBoxDisplayed)voidView. renderSceneGraph(boolean light, Camera camera, Scene scene, Coord3d scaling)Coord3dCamera. screenToModel(IPainter painter, Coord3d screen)Transform a 2d screen coordinate into a 3d coordinate.voidCamera. setEye(Coord3d eye)Set the position of this camera's lens.voidCamera. setPosition(Coord3d eye, Coord3d target)Set the camera's eye- and target-location.voidCamera. setPosition(Coord3d eye, Coord3d target, Coord3d up, Coord3d scale)Atomically sets this camera's eye- and target-position, its up-direction and the scale with which data are displayed.voidCamera. setTarget(Coord3d target)Set the position of the target at which this camera is centering.voidCamera. setUp(Coord3d up)Set the up-direction of this camera.voidView. setViewPoint(Coord3d polar)Set the viewpoint and query a view update.voidView. setViewPoint(Coord3d polar, boolean updateView)Set the viewpoint using polar coordinates relative to the target (i.e. the center of the scene).voidCamera. show(IPainter painter, Transform transform, Coord3d scaling)booleanCamera. side(Coord3d point)Return true if the given (not scaled) point is on the left of the plane build by the eye->target and up-direction vector, else false.protected StringCamera. toString(Coord3d eye, Coord3d target, Coord3d up)protected voidView. triggerCameraUpEvents(Coord3d viewpoint)voidView. updateCamera(ViewportConfiguration viewport, BoundingBox3d bounds, float sceneRadiusScaled, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling)voidView. updateCameraWithoutShooting(ViewportConfiguration viewport, BoundingBox3d bounds, float sceneRadiusScaled, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, float factorViewPointDistance, Coord3d center, Coord3d scaling)Update the camera configuration without triggering theCamera.shoot(IPainter, CameraMode)method.Method parameters in org.jzy3d.plot3d.rendering.view with type arguments of type Coord3d Modifier and Type Method Description ArrayList<ArrayList<Coord3d>>Camera. modelToScreen(IPainter painter, ArrayList<ArrayList<Coord3d>> polygons)List<Coord3d>Camera. modelToScreen(IPainter painter, List<Coord3d> points)Constructors in org.jzy3d.plot3d.rendering.view with parameters of type Coord3d Constructor Description 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 Modifier and Type Field Description protected static Coord3dAbstractTextRenderer. NO_SCENE_OFFSETprotected Coord3dDrawableTextWrapper. positionprotected Coord3dDrawableTextWrapper. sceneOffsetMethods in org.jzy3d.plot3d.text that return Coord3d Modifier and Type Method Description Coord3dDrawableTextWrapper. getPosition()Coord3dDrawableTextWrapper. getSceneOffset()Methods in org.jzy3d.plot3d.text with parameters of type Coord3d Modifier and Type Method Description voidDrawableTextWrapper. configure(String txt, Coord3d position, Color color, Horizontal ha, Vertical va)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)The main text renderer method to implement.BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)voidDrawableTextWrapper. setPosition(Coord3d position)voidDrawableTextWrapper. setSceneOffset(Coord3d sceneOffset)Constructors in org.jzy3d.plot3d.text with parameters of type Coord3d Constructor Description DrawableTextWrapper(String txt, Coord3d position, Color color, ITextRenderer renderer) - 
Uses of Coord3d in org.jzy3d.plot3d.text.align
Methods in org.jzy3d.plot3d.text.align that return Coord3d Modifier and Type Method Description Coord3dTextLayout. align(float textWidth, float textHeight, Horizontal horizontal, Vertical vertical, Coord2d offset, Coord3d screen)Compute final text position on screen according to the layout parameters and initial screen position.Coord3dTextLayout. align(float textWidth, float textHeight, Horizontal horizontal, Vertical vertical, Coord3d screen)Compute final text position on screen according to the layout parameters and initial screen position.Methods in org.jzy3d.plot3d.text.align with parameters of type Coord3d Modifier and Type Method Description Coord3dTextLayout. align(float textWidth, float textHeight, Horizontal horizontal, Vertical vertical, Coord2d offset, Coord3d screen)Compute final text position on screen according to the layout parameters and initial screen position.Coord3dTextLayout. align(float textWidth, float textHeight, Horizontal horizontal, Vertical vertical, Coord3d screen)Compute final text position on screen according to the layout parameters and initial screen position.floatTextLayout. computeXAlign(float textWidth, Horizontal horizontal, Coord3d screenPosition, float x)floatTextLayout. computeYAlign(float textHeight, Vertical vertical, Coord3d screenPosition, float y) - 
Uses of Coord3d in org.jzy3d.plot3d.text.drawable
Constructors in org.jzy3d.plot3d.text.drawable with parameters of type Coord3d Constructor Description 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 Modifier and Type Field Description protected Coord3dTextCellRenderer. sceneOffsetMethods in org.jzy3d.plot3d.text.drawable.cells that return Coord3d Modifier and Type Method Description Coord3dTextCellRenderer. getSceneOffset()Methods in org.jzy3d.plot3d.text.drawable.cells with parameters of type Coord3d Modifier and Type Method Description voidTextCellRenderer. setSceneOffset(Coord3d sceneOffset) - 
Uses of Coord3d in org.jzy3d.plot3d.text.overlay
Methods in org.jzy3d.plot3d.text.overlay with parameters of type Coord3d Modifier and Type Method Description voidAWTTextOverlay. appendText(IPainter painter, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) - 
Uses of Coord3d in org.jzy3d.plot3d.text.renderers
Methods in org.jzy3d.plot3d.text.renderers that return Coord3d Modifier and Type Method Description protected Coord3dTextBitmapRenderer. to3D(IPainter painter, Coord3d screen)Convert a 2D screen position to 3D world coordinateMethods in org.jzy3d.plot3d.text.renderers with parameters of type Coord3d Modifier and Type Method Description protected BoundingBox3dTextBillboardRenderer. computeTextBounds(IPainter painter, Coord3d position, org.jzy3d.plot3d.text.renderers.TextBillboardRenderer.BillBoardSize dims)protected BoundingBox3dTextBitmapRenderer. computeTextBounds(IPainter painter, Font font, Coord3d posScreenShifted, float strlen)BoundingBox3dTextBillboardRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical 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.BoundingBox3dTextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration.protected voidTextBillboardRenderer. glRaster(IPainter painter, Coord3d position, Color color)protected voidTextBitmapRenderer. glRasterPos(IPainter painter, Coord3d sceneOffset, Coord3d screenPositionAligned3d)Left as a helper for subclasses.protected Coord3dTextBitmapRenderer. to3D(IPainter painter, Coord3d screen)Convert a 2D screen position to 3D world coordinate - 
Uses of Coord3d in org.jzy3d.plot3d.text.renderers.jogl
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Coord3d Modifier and Type Method Description BoundingBox3dJOGLTextRenderer2d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset)BoundingBox3dJOGLTextRenderer3d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)protected voidJOGLTextRenderer2d. drawText2D(IPainter painter, Font font, String text, Coord3d position, Color color, Horizontal horizontal, Vertical vertical)Draws a 2D text (facing camera) at the specified 3D position.protected voidJOGLTextRenderer3d. drawText3D(IPainter painter, String text, Coord3d position, Horizontal halign, Vertical valign, Color color)protected voidJOGLTextRenderer3d. drawText3DWithLayout(IPainter painter, String s, Coord3d position, Coord3d sceneOffset) - 
Uses of Coord3d in org.jzy3d.plot3d.transform
Methods in org.jzy3d.plot3d.transform that return Coord3d Modifier and Type Method Description Coord3dRotate. compute(Coord3d input)Coord3dScale. compute(Coord3d input)Coord3dTransform. compute(Coord3d input)Apply the transformations to the input coordinateCoord3dTranslate. compute(Coord3d input)Coord3dTranslateDrawable. compute(Coord3d input)Coord3dRotate. getRotate()Methods in org.jzy3d.plot3d.transform with parameters of type Coord3d Modifier and Type Method Description Coord3dRotate. compute(Coord3d input)Coord3dScale. compute(Coord3d input)Coord3dTransform. compute(Coord3d input)Apply the transformations to the input coordinateCoord3dTranslate. compute(Coord3d input)Coord3dTranslateDrawable. compute(Coord3d input)voidRotate. setRotate(Coord3d rotate)voidTranslateDrawable. translateTo(IPainter painter, Coord3d center, boolean reverse)Constructors in org.jzy3d.plot3d.transform with parameters of type Coord3d Constructor Description Rotate(double angle, Coord3d rotate)Rotate(float angle, Coord3d rotate)Initialize a Rotation of angle degrees around the vector (x,y,z)Scale(Coord3d scale)Initialize a Scale.Translate(Coord3d shift)Initialize a Translate. - 
Uses of Coord3d in org.jzy3d.plot3d.transform.space
Methods in org.jzy3d.plot3d.transform.space that return Coord3d Modifier and Type Method Description Coord3dSpaceTransformer. compute(Coord3d point)Coord3dSpaceTransformer. computeSelf(Coord3d point)Methods in org.jzy3d.plot3d.transform.space with parameters of type Coord3d Modifier and Type Method Description Coord3dSpaceTransformer. compute(Coord3d point)Coord3dSpaceTransformer. computeSelf(Coord3d point) - 
Uses of Coord3d in org.jzy3d.plot3d.transform.squarifier
Methods in org.jzy3d.plot3d.transform.squarifier that return Coord3d Modifier and Type Method Description Coord3dISquarifier. scale(float xRange, float yRange, float zRange)Return a 3D scaling factor to set the aspect ratio of the axes The parameters are the current ranges of the x,y and z axes, and can be used to connection between the length of the axes and the values of the axes or to change the relative lengths.Coord3dXYSquarifier. scale(float xRange, float yRange, float zRange)Coord3dXZSquarifier. scale(float xRange, float yRange, float zRange)Coord3dYXSquarifier. scale(float xRange, float yRange, float zRange)Coord3dYZSquarifier. scale(float xRange, float yRange, float zRange)Coord3dZXSquarifier. scale(float xRange, float yRange, float zRange)Coord3dZYSquarifier. scale(float xRange, float yRange, float zRange) - 
Uses of Coord3d in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return Coord3d Modifier and Type Method Description static Coord3d[]ConeRegressionDemo. getInputs()static Coord3d[]RingsRegressionDemo. getInputs()Methods in org.jzy3d.svm.demos that return types with arguments of type Coord3d Modifier and Type Method Description static List<Coord3d>RingsRegressionDemo. generate(double[] radius, double[] height, int[] n)Methods in org.jzy3d.svm.demos with parameters of type Coord3d Modifier and Type Method Description static ChartAbstract3dDemo. getRegressionChart(Coord3d[] values, Parameters parameters)CHART GENERATIONprotected static ChartAbstract3dDemo. getRegressionChart(SvmMapper mapper, Coord3d[] values)static ScatterAbstract3dDemo. loadScatter(Chart chart, Coord3d[] coords)static voidAbstract3dDemo. scale(Coord3d[] pts, float xfact, float yfact, float zfact) - 
Uses of Coord3d in org.jzy3d.svm.tesselation
Methods in org.jzy3d.svm.tesselation that return types with arguments of type Coord3d Modifier and Type Method Description List<Coord3d>SvmGrid. apply(Mapper mapper)Constructors in org.jzy3d.svm.tesselation with parameters of type Coord3d Constructor Description SvmMapper(Coord3d[] input)SvmMapper(Coord3d[] input, Parameters parameters) - 
Uses of Coord3d in org.jzy3d.svm.utils
Methods in org.jzy3d.svm.utils that return Coord3d Modifier and Type Method Description static Coord3d[]Conversion. toArray(List<Coord3d> list)static Coord3d[]Conversion. toCoord3d(RegressionInputs inputs)Methods in org.jzy3d.svm.utils with parameters of type Coord3d Modifier and Type Method Description static Vector<svm_node[]>Conversion. copyInputs(Coord3d[] input)static Vector<Double>Conversion. copyTargets(Coord3d[] input)static BoundingBox3dConversion. getBounds(Coord3d[] coords)static RegressionInputsConversion. toRegressionInputs(Coord3d[] list)static svm_node[]Conversion. toVector(Coord3d c)static Vector<svm_node[]>Conversion. toXVector(Coord3d[] list)static Vector<Double>Conversion. toYVector(Coord3d[] list)Method parameters in org.jzy3d.svm.utils with type arguments of type Coord3d Modifier and Type Method Description static Coord3d[]Conversion. toArray(List<Coord3d> list)static RegressionInputsConversion. toRegressionInputs(List<Coord3d> list)static Vector<svm_node[]>Conversion. toXVector(List<Coord3d> list)static Vector<Double>Conversion. toYVector(List<Coord3d> list) - 
Uses of Coord3d in org.jzy3d.ui.editors
Methods in org.jzy3d.ui.editors with parameters of type Coord3d Modifier and Type Method Description protected voidLightEditor. registerCoord3dControl(Coord3dEditor colorControl, Coord3d coord) 
 -