Skip to content

Commit

Permalink
Merge pull request #2 from erentar/patch-1
Browse files Browse the repository at this point in the history
add descriptions for dx and dy
  • Loading branch information
lucasvmx authored Sep 16, 2023
2 parents 9df7fc7 + 8e29b09 commit 6c8af5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MapObjects/MapObjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2255,8 +2255,8 @@

- name: **dx** (aircrafts only)
* contains: float
* description:
* description: x-component of direction vector of aircraft: $\texttt{dx} = cos(\vec V)$

- name: **dy** (aircrafts only)
* contains: float
* description:
* description: y-component of direction vector of aircraft: $\texttt{dy} = sin(\vec V)$

0 comments on commit 6c8af5c

Please sign in to comment.