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