menu
dartcv_core package
documentation
dartcv_core.dart
Point
Point.fromNative factory constructor
Point.fromNative factory constructor
dark_mode
light_mode
Point.fromNative
constructor
Point.fromNative
(
Point
p
)
Implementation
factory Point.fromNative(cvg.Point p) => Point(p.x, p.y);
dartcv_core package
documentation
dartcv_core
Point
Point.fromNative factory constructor
Point class