Skip to content

Commit

Permalink
#71
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom authored Mar 14, 2024
1 parent 8857820 commit 678447d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ This has the following implications for the model, and the presentation of model
* +y is _down_.
* +angle is _clockwise_. A vector with 0 angle points to the right.

While `ModelViewTransform2` is not used, a manual transform is applied for y and angle values. When there values are
presented in the UI, the sign of y and angle values are changes to correspond to the more standard "+y up" and
While `ModelViewTransform2` is not used, a manual transform is applied for y and angle values. Where there values are
visible in the UI, the sign of y and angle values are changes to correspond to the more standard "+y up" and
"+angle counterclockwise". For performance reasons, we change the sign by multiplying by -1, rather than using a
`ModelViewTransform2`.

### Query Parameters

Query parameters are used to enable sim-specific features. Sim-specific query parameters are documented
Query parameters are used to enable sim-specific features, and to initialize preferences. Sim-specific query parameters are documented
in `FELQueryParameters.ts`. Running with `?log` will print the complete set of query parameters (common-code, PhET-iO,
and sim-specific) to the browser console.

Expand Down

0 comments on commit 678447d

Please sign in to comment.