API Docs for: 1.0.2
Show:

GIscene.Coordinate3 Class

Module: GIScene

GIScene.Coordinate3 represents a 3 dimensional coordinate in a right-handed system with z(height) upwards, like in geographic or geodesic coordinate reference systems.

Constructor

GIscene.Coordinate3

(
  • x
  • y
  • z
)

Parameters:

  • x Object

    east-west direction

  • y Object

    south-north direction

  • z Object

    height

Item Index

Methods

clone

() GIScene.Coordinate3

Returns:

GIScene.Coordinate3:

fromVector3

(
  • v3
)
GIScene.Coordinate3

Parameters:

  • v3 THREE.Vector3

Returns:

GIScene.Coordinate3:

toVector3

() THREE.Vector3

Returns:

THREE.Vector3: