Vector3d class

Constructors

Vector3d.new({double X = 0.0, double Y = 0.0, double Z = 0.0})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
X double
getter/setter pair
Y double
getter/setter pair
Z double
getter/setter pair

Methods

Clone() Vector3d
inside(Vector3d min, Vector3d max) bool
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 *(Vector3d other) Vector3d
operator +(Vector3d other) Vector3d
operator -(Vector3d other) Vector3d
operator /(Vector3d other) Vector3d
operator <(Vector3d other) bool
operator ==(Object otherz) bool
The equality operator.
override
operator >(Vector3d other) bool

Static Properties

ZERO Vector3d
final