Packages

case class V2(v: RealVector) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. V2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new V2(v: RealVector)

Value Members

  1. def *(s: Double): V2
  2. def +(that: Coordinate): Coordinate
  3. def +(that: V2): V2
  4. def -(that: V2): V2
  5. def dot(that: V2): Double
  6. def length(): Double
  7. def normalize(): V2
  8. def rot90CCW(): V2
  9. def rot90CW(): V2
  10. def toCoord(): Coordinate
  11. def toString(): String
    Definition Classes
    V2 → AnyRef → Any
  12. val v: RealVector
  13. def x(): Double
  14. def y(): Double