Package nl.colorize.multimedialib.math
Interface Shape3D
public interface Shape3D
Shared interface for all three-dimensional shapes. Shapes use coordinates
with float precision, and instances are immutable. Sister interface to
Shape, which targets 2D shapes.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the smallest possible bounding box that can fit this shape.reposition(Point3D offset) Returns a newShape3Dinstance that is repositioned by the specified offset.
-
Field Details
-
EPSILON
static final float EPSILON- See Also:
-
-
Method Details