Create point
x
and y
value
Create point
lng, meters to East, radians to East or width
lat, meters to North, radians to North or height
Create point
lng, meters to East, radians to East or width
lat, meters to North, radians to North or height
height
Check if point looks like EPSG:3857
(meters)
Check if point looks like radians
Check if point looks like EPSG:4326
(degrees)
Euclidean division
Divide x
, y
and z
(if z
exist) to v
Euclidean division
Divide x
field to p.x
, y
field to p.y
and z
field to p.z
(if z
exist).
Euclidean division
Divide x
field to x
and y
field to y
.
Euclidean division
Divide x
field to x
, y
field to y
and z
field to z
.
Divide x
, y
and z
(if z
exist) to v
Divide x
field to p.x
, y
field to p.y
and z
field to p.z
(if z
exist).
Divide x
field to x
and y
field to y
.
Divide x
field to x
, y
field to y
and z
field to z
.
Result would be Lng/Lat.
Get BING Maps quad key
Modulo operation
Divide x
, y
and z
(if z
exist) to v
Modulo operation
Divide x
field to p.x
, y
field to p.y
and z
field to p.z
(if z
exist).
Modulo operation
Divide x
field to x
and y
field to y
.
Modulo operation
Divide x
field to x
, y
field to y
and z
field to z
.
Add v
to x
, y
and z
(if z
exist)
Add p.x
to x
field, p.y
to y
field and p.z
to z
field (if `z exist).
Add x
to x
field and y
to y
field.
Add x
to x
field, y
to y
field and z
to z
field (if z
exist).
Find orthodromic path between to points.
Clockwise rotation
radians
3D rotation
radians
3D rotation
radians
3D rotation
radians
Multiply v
to x
, y
and z
(if z
exist)
Multiply p.x
to x
field, p.y
to y
field and p.z
to z
field (if z
exist).
Multiply x
to x
field and y
to y
field.
Multiply x
to x
field, y
to y
field and z
to z
field (if z
exist).
Parse tile coords from BING Map quad string
Generated using TypeDoc
Create point with zero coords
(0, 0)