Double3 class

A double3 property.

Instances of this class are currently used by Context.position, and Source3D.position.

Constructors

Double3(double x, double y, double z)
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
x double
The values of this property.
final
y double
The values of this property.
final
z double
The values of 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