QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Utilities for calculating bearings and directions. More...
#include <qgsbearingutils.h>
Static Public Member Functions | |
static double | bearingTrueNorth (const QgsCoordinateReferenceSystem &crs, const QgsCoordinateTransformContext &transformContext, const QgsPointXY &point) |
Returns the direction to true north from a specified point and for a specified coordinate reference system. More... | |
Utilities for calculating bearings and directions.
Definition at line 33 of file qgsbearingutils.h.
|
static |
Returns the direction to true north from a specified point and for a specified coordinate reference system.
The returned value is in degrees clockwise from vertical. An exception will be thrown if the bearing could not be calculated.
Definition at line 25 of file qgsbearingutils.cpp.