IBoundsClipper Interface
This interface suggests than an implementing type is intended to serve as a TClipper type in an IClippedSurface<TClipper>.
Specifically, this clipper type limits allowable results to those that lie within a certain spatial bounding box.
bool GetLocalBounds ( Transform localTo,
out Bounds bounds )
Attempts to retrieve the bounding box corresponding to the allowed region of the clipped surface.
ParameterslocalToThe transform defining the space in which the returned bounds should be expressed
boundsThe bounding box, expressed in the local space defined by localTo
ReturnsTrue if clipping should be performed, false otherwise