object Vector2D extends Serializable

The Vector2D companion object provides factory methods for creating vectors.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vector2D
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(x: VectoD): Vector2D

    Create a Vector2D from a VectoD object.

    Create a Vector2D from a VectoD object.

    x

    the VectoD object

  2. def apply(xy: (Double, Double)): Vector2D

    Create a Vector2D from the two coordinates.

    Create a Vector2D from the two coordinates.

    xy

    the (first, second) coordinates

  3. def apply(x: Double, y: Double): Vector2D

    Create a Vector2D from the two coordinates.

    Create a Vector2D from the two coordinates.

    x

    the first coordinate

    y

    the second coordinate

  4. def fromLatLong(latLong: LatitudeLongitude): Vector2D

    Convert latitude-longitude to (x, y) coordinates (only valid within one zone).

    Convert latitude-longitude to (x, y) coordinates (only valid within one zone).

    latLong

    the Latitude-Longitude coordinates

    See also

    en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system