|
|
AxisAlignedBoundingBox2 Class |
Namespace: Karamba.Geometry
The AxisAlignedBoundingBox2 type exposes the following members.
| Name | Description | |
|---|---|---|
| AxisAlignedBoundingBox2 |
Initializes a new instance of the AxisAlignedBoundingBox2 class.
constructor.
|
| Name | Description | |
|---|---|---|
| Lower |
Gets or sets the lower left point of the bounding box.
| |
| Upper |
Gets or sets the upper right point of the bounding box.
|
| Name | Description | |
|---|---|---|
| Center |
Gets the center of the bounding box.
| |
| Diameter |
Gets the diameter of the bounding box.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToLoop2 |
Converts the bounding box to a loop.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |