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