JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
eu.svjatoslav.sixth.e3d.geometry.Box
Packages that use
Box
Package
Description
eu.svjatoslav.sixth.e3d.geometry
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe
Uses of
Box
in
eu.svjatoslav.sixth.e3d.geometry
Methods in
eu.svjatoslav.sixth.e3d.geometry
that return
Box
Modifier and Type
Method
Description
Box
Box.
clone
()
Box
Box.
enlarge
(double border)
Enlarges the box by the specified border in all directions.
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
Box
Modifier
Constructor
Description
WireframeBox
(
Box
box,
LineAppearance
appearance)