BoundingBox class
Constructors
- BoundingBox(double x, double y, double width, double height)
-
BoundingBox.fromDoublelist(List<
double> list)
Properties
Methods
-
copyWith(
) → BoundingBox -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
BoundingBox other) → BoundingBox -
operator ==(
Object other) → bool -
The equality operator.
inherited