Uses of Class
eu.svjatoslav.sixth.e3d.geometry.Box
Packages that use Box
Package
Description
Provides basic geometry classes for 2D and 3D coordinates and shapes.
Renderable shape classes for the rasterization pipeline.
Base class and utilities for composite shapes.
Wireframe composite shapes built from Line primitives.
-
Uses of Box in eu.svjatoslav.sixth.e3d.geometry
Methods in eu.svjatoslav.sixth.e3d.geometry that return BoxModifier and TypeMethodDescriptionBox.clone()Creates a copy of this box with cloned corner points.Box.enlarge(double border) Enlarges the box by the specified border in all directions.Methods in eu.svjatoslav.sixth.e3d.geometry with parameters of type BoxModifier and TypeMethodDescriptionbooleanFrustum.intersectsAABB(Box box) Tests whether an axis-aligned bounding box intersects the frustum. -
Uses of Box in eu.svjatoslav.sixth.e3d.renderer.raster.shapes
Fields in eu.svjatoslav.sixth.e3d.renderer.raster.shapes declared as BoxModifier and TypeFieldDescriptionprotected BoxAbstractShape.cachedBoundingBoxCached bounding box in local coordinates.Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes that return BoxModifier and TypeMethodDescriptionAbstractCoordinateShape.getBoundingBox()Returns the axis-aligned bounding box computed from vertex coordinates.AbstractShape.getBoundingBox()Returns the axis-aligned bounding box for this shape in local coordinates. -
Uses of Box in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base that return BoxModifier and TypeMethodDescriptionAbstractCompositeShape.getBoundingBox()Returns the axis-aligned bounding box encompassing all sub-shapes. -
Uses of Box in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe
Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe with parameters of type BoxModifierConstructorDescriptionWireframeBox(Box box, LineAppearance appearance) Constructs a wireframe box from aBoxgeometry object.