Uses of Package
org.jzy3d.maths

Packages that use org.jzy3d.maths
org.jzy3d.chart   
org.jzy3d.chart.controllers.camera   
org.jzy3d.chart.controllers.mouse.camera   
org.jzy3d.chart.controllers.mouse.picking   
org.jzy3d.chart.controllers.mouse.selection   
org.jzy3d.chart.controllers.targets   
org.jzy3d.colors The Color package provide tools for mapping colors on graphical objects in two and three dimensions 
org.jzy3d.contour   
org.jzy3d.events   
org.jzy3d.factories   
org.jzy3d.io   
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.maths.algorithms   
org.jzy3d.maths.algorithms.interpolation   
org.jzy3d.maths.algorithms.interpolation.bernstein   
org.jzy3d.picking   
org.jzy3d.plot3d.builder   
org.jzy3d.plot3d.builder.concrete   
org.jzy3d.plot3d.builder.delaunay   
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.impl   
org.jzy3d.plot3d.primitives.graphs.layout   
org.jzy3d.plot3d.primitives.interactive.tools   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.primitives.selectable   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.rendering.lights   
org.jzy3d.plot3d.rendering.ordering   
org.jzy3d.plot3d.rendering.scene   
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.rendering.view.controllers   
org.jzy3d.plot3d.text   
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
org.jzy3d.plot3d.text.overlay   
org.jzy3d.plot3d.text.renderers   
org.jzy3d.plot3d.text.renderers.jogl   
org.jzy3d.plot3d.transform Provides management of OpenGL ModelView Matrix for objects transformations. 
org.jzy3d.ui.editors   
 

Classes in org.jzy3d.maths used by org.jzy3d.chart
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Scale
           
 

Classes in org.jzy3d.maths used by org.jzy3d.chart.controllers.camera
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
 

Classes in org.jzy3d.maths used by org.jzy3d.chart.controllers.mouse.camera
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
 

Classes in org.jzy3d.maths used by org.jzy3d.chart.controllers.mouse.picking
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.chart.controllers.mouse.selection
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
IntegerCoord2d
           
 

Classes in org.jzy3d.maths used by org.jzy3d.chart.controllers.targets
Scale
           
 

Classes in org.jzy3d.maths used by org.jzy3d.colors
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Range
          For some naming relevance, a simple extention of Scale.
Scale
           
 

Classes in org.jzy3d.maths used by org.jzy3d.contour
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
IntegerCoord2d
           
Range
          For some naming relevance, a simple extention of Scale.
 

Classes in org.jzy3d.maths used by org.jzy3d.events
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Scale
           
 

Classes in org.jzy3d.maths used by org.jzy3d.factories
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.io
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.maths
BoundingBox2d
          A BoundingBox2d stores a couple of maximal and minimal limit on each dimension (x, y).
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Coordinates
          A simple utility class for storing a list of x, y, and z coordinates as arrays of float values.
PlaneAxis
           
PolygonArray
           
Range
          For some naming relevance, a simple extention of Scale.
Scale
           
Vector2d
          Storage for a 2 dimensional vector defined by two points.
Vector3d
          Storage for a 3 dimensional vector defined by two points.
 

Classes in org.jzy3d.maths used by org.jzy3d.maths.algorithms
Scale
           
 

Classes in org.jzy3d.maths used by org.jzy3d.maths.algorithms.interpolation
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.maths.algorithms.interpolation.bernstein
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.picking
IntegerCoord2d
           
TicToc
          TicToc allows measuring elapsed time between a call to TicToc.tic() and a call to TicToc.toc().
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.builder
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Range
          For some naming relevance, a simple extention of Scale.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.builder.concrete
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Range
          For some naming relevance, a simple extention of Scale.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.builder.delaunay
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Coordinates
          A simple utility class for storing a list of x, y, and z coordinates as arrays of float values.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.builder.delaunay.jdt
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.axes
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Range
          For some naming relevance, a simple extention of Scale.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.enlightables
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.graphs
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.graphs.impl
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.graphs.layout
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.interactive.tools
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.pickable
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
PlaneAxis
           
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.selectable
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.primitives.textured
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
PlaneAxis
           
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.rendering.lights
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.rendering.ordering
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.rendering.scene
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.rendering.tooltips
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
IntegerCoord2d
           
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.rendering.view
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Grid
           
IntegerCoord2d
           
PolygonArray
           
Scale
           
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.rendering.view.controllers
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.text
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.text.drawable
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
IntegerCoord2d
           
PlaneAxis
           
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.text.drawable.cells
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
IntegerCoord2d
           
PlaneAxis
           
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.text.overlay
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.text.renderers
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.text.renderers.jogl
BoundingBox3d
          A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
Coord2d
          A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.plot3d.transform
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
 

Classes in org.jzy3d.maths used by org.jzy3d.ui.editors
Coord3d
          A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Range
          For some naming relevance, a simple extention of Scale.