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