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