Representation of a vector3 as geographic coordinates as seen on a globe

←|→ Longitude (Angle to the z-axis) 
 ↕- Latitude (Angle to the equator)
 -→ Magnitude (Distance from the center)  

Implements

Constructors

  • Parameters

    • _longitude: number = 0
    • _latitude: number = 0
    • _magnitude: number = 1

    Returns Geo3

Properties

latitude: number = 0
longitude: number = 0
magnitude: number = 0

Methods

  • Set the properties of this instance at once

    Parameters

    • _longitude: number = 0
    • _latitude: number = 0
    • _magnitude: number = 1

    Returns void