Vec6d class

double

Inheritance

Constructors

Vec6d(double v1, double v2, double v3, double v4, double v5, double v6)
factory
Vec6d.fromNative(Vec6d v)
factory
Vec6d.fromPointer(Pointer<Vec6d> ptr, [bool attach = true])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<double>
no setteroverride
ptr Pointer<Vec6d>
getter/setter pairinherited
ref → Vec6d
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val List<double>
getter/setter pairoverride
val1 double
getter/setter pair
val2 double
getter/setter pair
val3 double
getter/setter pair
val4 double
getter/setter pair
val5 double
getter/setter pair
val6 double
getter/setter pair

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

finalizer NativeFinalizer
final