menu
rive_native package
documentation
rive_native.dart
AABB
AABB.fromMinMax constructor
AABB.fromMinMax constructor
dark_mode
light_mode
AABB.fromMinMax
constructor
AABB.fromMinMax
(
Vec2D
min
,
Vec2D
max
)
Implementation
AABB.fromMinMax(Vec2D min, Vec2D max) : left = min.x, top = min.y, right = max.x, bottom = max.y;
rive_native package
documentation
rive_native
AABB
AABB.fromMinMax constructor
AABB class