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