Packages

class Vector2D extends PhysicalVector with PhysicalVectorOps[Vector2D]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vector2D
  2. PhysicalVectorOps
  3. PhysicalVector
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Vector2D(X: Double, Y: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(i: Double): Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  4. def +(i: Double): Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  5. def +(that: Vector2D): Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  6. def -(i: Double): Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  7. def -(that: Vector2D): Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  8. def /(i: Double): Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val X: Double
  11. val Y: Double
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def canEqual(other: Any): Boolean

    Checks whether we are allowed to compare this object to another

    Checks whether we are allowed to compare this object to another

    other

    Vector to compare to

    Definition Classes
    Vector2DPhysicalVectorOps
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. def distanceTo(that: Vector2D): Double
    Definition Classes
    Vector2DPhysicalVectorOps
  16. def dot(that: Vector2D): Double
    Definition Classes
    Vector2DPhysicalVectorOps
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean

    Checks whether another object equals this one

    Checks whether another object equals this one

    other

    another object to test equality for

    returns

    boolean indicating if the two objects are the same

    Definition Classes
    Vector2DPhysicalVectorOps → AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode: Int

    Definition of equality.

    Definition of equality.

    returns

    Int representing the object

    Definition Classes
    Vector2DPhysicalVectorOps → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def norm: Double
    Definition Classes
    Vector2DPhysicalVectorOps
  25. def normalized: Vector2D
    Definition Classes
    Vector2DPhysicalVectorOps
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def orthogonal: Vector2D
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Vector2D → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from PhysicalVectorOps[Vector2D]

Inherited from PhysicalVector

Inherited from AnyRef

Inherited from Any

Ungrouped