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