API Docs for: 1.0.2
Show:

GIscene.Coordinate2 Class

Module: GIScene

GIScene.Coordinate2 represents a 2 dimensional coordinate like in geographic or geodesic coordinate reference systems.

Constructor

GIscene.Coordinate2

(
  • x
  • y
)

Parameters:

  • x Object

    east-west direction

  • y Object

    south-north direction

Item Index

Methods

clone

() GIScene.Coordinate2

Returns:

GIScene.Coordinate2:

fromVector2

(
  • v2
)
GIScene.Coordinate2

Parameters:

  • v2 THREE.Vector2

Returns:

GIScene.Coordinate2:

toVector2

() THREE.Vector2

Returns:

THREE.Vector2: