Skip to content

Commit

Permalink
Add documentation, see #103
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 27, 2024
1 parent 9ce5568 commit aca4a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class Electron {
private readonly currentAmplitudeRange: Range;

// Electron's position, relative to the coil's position. This value is changed internally and should not be changed by
// clients. Also be aware that the entire Vector2 may be changed (rather than just the x and y values changing).
// clients. Also be aware that the entire Vector2 instance may be changed (rather than just the x and y values changing).
public position: Vector2;

// Ordered collection of the segments that make up the coil
Expand Down

0 comments on commit aca4a2b

Please sign in to comment.