Double6 class

A double6 property.

Currently only used by Context.orientation.

Constructors

Double6(double x1, double y1, double z1, double x2, double y2, double z2)
Create an instance.
const

Properties

hashCode int
Return a hash of this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x1 double
The values for this property.
final
x2 double
The values for this property.
final
y1 double
The values for this property.
final
y2 double
The values for this property.
final
z1 double
The values for this property.
final
z2 double
The values for this property.
final

Methods

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

Operators

operator ==(Object other) bool
Compare two objects.
override