mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
parent
1a3fb9ae3c
commit
37f2d2d8ae
@ -5,7 +5,8 @@
|
||||
"arguments": [
|
||||
{"arg":"point","description":"start point"},
|
||||
{"arg":"distance","description":"distance to project"},
|
||||
{"arg":"bearing","description":"bearing in radians clockwise, where 0 corresponds to north"}
|
||||
{"arg":"azimuth","description":"azimuth in radians clockwise, where 0 corresponds to north"},
|
||||
{"arg":"elevation","description":"angle of inclination in radians"}
|
||||
],
|
||||
"examples": [
|
||||
{ "expression":"project(make_point(1, 2), 3, radians(270))", "returns":"Point(-2, 2)"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user