Skip to content

Commit

Permalink
doc, #262
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 11, 2023
1 parent 1be465c commit 6645c1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/common/model/AreaUnderCurveScrubber.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright 2023, University of Colorado Boulder

/**
* AreaUnderCurveScrubber is the model element for the area-under-curve scrubber.
* AreaUnderCurveScrubber is the model element for the area-under-curve scrubber. It can be moved horizontally,
* and the accumulated area (or 'net signed area') is the area between x=0 and the scrubber's x position.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down
3 changes: 2 additions & 1 deletion js/common/model/TangentScrubber.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright 2023, University of Colorado Boulder

/**
* TangentScrubber is the model element for the tangent scrubber.
* TangentScrubber is the model element for the tangent scrubber. It can be moved horizontally to position the
* tangent line on the original curve.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down

0 comments on commit 6645c1c

Please sign in to comment.