data class Bound2D(var min: Vector2 = Vector2(0f, 0f), var max: Vector2 = Vector2(0f, 0f))
Bound2D
(
min
,
max
)
:
Bound2D |
max
:
Vector2 [Get][Set] |
The maximum coordinates of the bounding box.
Signature
var max: Vector2 |
min
:
Vector2 [Get][Set] |
The minimum coordinates of the bounding box.
Signature
var min: Vector2 |
toString
()
:
String
|
Returns a string representation of the bounding box.
Signature
open override fun toString(): String Returns
String
|