Uses of Class
org.jzy3d.maths.BoundingBox2d
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of BoundingBox2d in org.jzy3d.maths
Modifier and TypeMethodDescriptionBoundingBox3d.getBounds_XY()
Return a copy of the current bounding box after scaling.Modifier and TypeMethodDescriptionvoid
BoundingBox2d.add
(BoundingBox2d b) Add a BoundingBox2d volume to the current one.boolean
BoundingBox2d.contains
(BoundingBox2d b2) Return true if b2 is contained by this box.boolean
BoundingBox2d.intersect
(BoundingBox2d b2) Return true if intersect b2. -
Uses of BoundingBox2d in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionCamera.getRenderingSquare()
Return the rendering (X,Y) square that will be contained into the rendered 2D view.Modifier and TypeMethodDescriptionvoid
Camera.setRenderingSquare
(BoundingBox2d renderingSquare) Set the boundaries of the model space that should be visible by the camera, for a 2D chart having only X and Y boundaries.void
Camera.setRenderingSquare
(BoundingBox2d renderingSquare, float zNear, float zFar) Set the boundaries of the model space that should be visible by the camera, for a 2D chart having only X and Y boundaries.