Loading...
Searching...
No Matches
rectangle.dart
Go to the documentation of this file.
1import 'dart:ffi';
2import 'package:navigine_sdk/com/_library_context.dart' as __lib;
3import 'package:navigine_sdk/com/builtin_types__conversion.dart';
4
5part 'rectangle.impl.dart';
17class Rectangle {
19 Rectangle(this.x, this.y, this.width, this.height);
25 double x;
31 double y;
37 double width;
43 double height;
44}