BoundingBox2D
Vue de l’ensemble
‘BoundingBox2D’ est une classe dans Aspose.3D FOSS pour Java.
Cette classe fournit 8 méthodes pour travailler avec les objets BoundingBox2D dans les programmes Java. Les méthodologies disponibles comprennent: ‘BoundedBox3D’, ‘getExtent’, `getMaximum’, ‘getMinimum’, ‘merge’, ’toString’. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.3D FOSS pour le package Java . Propriétés : ‘INFINITE’, “NULL’, «extent », ‘maximume’, ‘‘minimume’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
extent | BoundingBoxExtent | Read | Gets the extent. |
minimum | Vector2 | Read | Gets the minimum. |
maximum | Vector2 | Read | Gets the maximum. |
NULL | BoundingBox2D | Read | Gets the null. |
INFINITE | BoundingBox2D | Read | Gets the infinite. |
méthodes
| Signature | Description |
|---|---|
BoundingBox2D() | Calls BoundingBox2D on this BoundingBox2D instance. |
BoundingBox2D(minimum: Vector2, maximum: Vector2) | Calls BoundingBox2D(minimum, maximum) on this BoundingBox2D instance. |
getExtent() → BoundingBoxExtent | Returns the extent. |
getMinimum() → Vector2 | Returns the minimum. |
getMaximum() → Vector2 | Returns the maximum. |
merge(pt: Vector2) | Calls merge(pt) on this BoundingBox2D instance. |
merge(bb: BoundingBox2D) | Calls merge(bb) on this BoundingBox2D instance. |
toString() → String | Calls toString on this BoundingBox2D instance. |
Voir aussi
- Aspose.3D - référence API d’entreprise