menu
opencv_dart package
documentation
core.dart
Vec2d
Vec2d.fromPointer factory constructor
Vec2d.fromPointer factory constructor
dark_mode
light_mode
Vec2d.fromPointer
constructor
Vec2d.fromPointer
(
Pointer
<
Vec2d
>
ptr
, [
bool
attach
=
true
])
Implementation
factory Vec2d.fromPointer(ffi.Pointer<cvg.Vec2d> ptr, [bool attach = true]) => Vec2d._(ptr, attach);
opencv_dart package
documentation
core
Vec2d
Vec2d.fromPointer factory constructor
Vec2d class