object Vector2D
A 2-dimensional mathematical vector represented by double-precision X and Y components.
- Alphabetic
- By Inheritance
- Vector2D
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def create(from: Coordinate, to: Coordinate): Vector2D
Creates a vector with the direction and magnitude of the difference between the to and from {link Coordinate}s.
Creates a vector with the direction and magnitude of the difference between the to and from {link Coordinate}s.
- from
the origin Coordinate
- to
the destination Coordinate return a new vector
- def create(coord: Coordinate): Vector2D
Creates a vector from a {link Coordinate}.
Creates a vector from a {link Coordinate}.
- coord
the Coordinate to copy return a new vector
- def create(v: Vector2D): Vector2D
Creates a new vector from an existing one.
Creates a new vector from an existing one.
- v
the vector to copy return a new vector
- def create(x: Double, y: Double): Vector2D
Creates a new vector with given X and Y components.
Creates a new vector with given X and Y components.
- x
the x component
- y
the y component return a new vector
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()