Uses of Class
com.aspose.threed.BoundingBox2D
-
-
Uses of BoundingBox2D in com.aspose.threed
Fields in com.aspose.threed declared as BoundingBox2D Modifier and Type Field Description static BoundingBox2D
BoundingBox2D. INFINITE
The infinite bounding boxstatic BoundingBox2D
BoundingBox2D. NULL
The null bounding boxMethods in com.aspose.threed that return BoundingBox2D Modifier and Type Method Description BoundingBox2D
BoundingBox2D. clone()
Methods in com.aspose.threed with parameters of type BoundingBox2D Modifier and Type Method Description void
BoundingBox2D. copyFrom(BoundingBox2D src)
void
BoundingBox2D. merge(BoundingBox2D bb)
Merges the new box into the current bounding box.
-