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