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