Vector2d class

Constructors

Vector2d.new({double X = 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
Z double
getter/setter pair

Methods

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

Static Properties

ZERO Vector2d
final