menu
dartcv4 package
documentation
core.dart
Vec2i
Vec2i.fromPointer factory constructor
Vec2i.fromPointer factory constructor
dark_mode
light_mode
Vec2i.fromPointer
constructor
Vec2i.fromPointer
(
Pointer
<
Vec2i
>
ptr
, [
bool
attach
=
true
])
Implementation
factory
Vec2i.fromPointer(ffi.Pointer<cvg.Vec2i> ptr, [
bool
attach =
true
]) => Vec2i._(ptr, attach);
dartcv4 package
documentation
core
Vec2i
Vec2i.fromPointer factory constructor
Vec2i class
Constructors
new
fromNative
fromPointer
Properties
hashCode
props
ptr
ref
runtimeType
val
val1
val2
Methods
dispose
noSuchMethod
toString
Operators
operator ==
Static properties
finalizer