Skip to content

Documentation for location_t.OffsetBy is incorrect #167

@theoHC

Description

@theoHC

The current documentation describes the function as

location.OffsetBy(bearing, distance)

with distance in radians and heading strongly implied to be in degrees. However, according to the header file the function is actually

location.OffsetBy(distance, bearing)

with both values being in radians. Hopefully this can be easily corrected!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions