BoundingBox2D.Merge
Merge(Vector2)
Merges the new box into the current bounding box.
public void Merge(Vector2 pt)
| Parameter | Type | Description | 
|---|---|---|
| pt | Vector2 | The point to merge | 
See Also
- struct Vector2
 - struct BoundingBox2D
 - namespace Aspose.ThreeD.Utilities
 - assembly Aspose.3D
 
Merge(BoundingBox2D)
Merges the new box into the current bounding box.
public void Merge(BoundingBox2D bb)
| Parameter | Type | Description | 
|---|---|---|
| bb | BoundingBox2D | The bounding box to merge | 
See Also
- struct BoundingBox2D
 - namespace Aspose.ThreeD.Utilities
 - assembly Aspose.3D