GIscene.Coordinate3 Class
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:
-
xObjecteast-west direction
-
yObjectsouth-north direction
-
zObjectheight
Item Index
Methods
Methods
clone
()
GIScene.Coordinate3
Returns:
GIScene.Coordinate3:
fromVector3
(
GIScene.Coordinate3
-
v3
Parameters:
-
v3THREE.Vector3
Returns:
GIScene.Coordinate3:
toVector3
()
THREE.Vector3
Returns:
THREE.Vector3:
