| java.lang.Object org.jdesktop.j3d.utils.geometry.GeometryClipper
GeometryClipper | public class GeometryClipper extends Object (Code) | | Given a GeometryInfo structure clip the geometry so that it fits
completely inside a BoundingBox volume.
author: paulby version: 1.5, 01/18/02 |
GeometryClipper | public GeometryClipper()(Code) | | Creates new GeometryClipper
|
clip | public void clip(GeometryInfo geom, BoundingBox boundingBox)(Code) | | Clip the geometry so that it fits inside the BoundingBox. Any
triangles which overlap the boundary will have their sides truncated
at the boundary
|
|
|