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