menu
mnn package
documentation
cv.dart
Point
Point.fromTuple factory constructor
Point.fromTuple factory constructor
dark_mode
light_mode
Point.fromTuple
constructor
Point.fromTuple
(
(
double
,
double
)
tuple
)
Implementation
factory Point.fromTuple((double, double) tuple) { return Point.fromXY(tuple.$1, tuple.$2); }
mnn package
documentation
cv
Point
Point.fromTuple factory constructor
Point class