Vector2d class
Constructors
- Vector2d.new({double X = 0.0, double Z = 0.0})
 
Properties
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