newCoordinates('EPSG:4978', 20885167, 849862, 23385912); //Geocentric coordinates // or newCoordinates('EPSG:4978', newVector3(20885167, 849862, 23385912)) // Same with a vector. // or newCoordinates('EPSG:4326', 2.33, 48.24, 24999549); //Geographic coordinates
Possible values to set a
Coordinates
object.It can be:
Vector3