Skip to content

Commit

Permalink
add initial working version of beam animation, see phetsims/mean-shar…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Apr 25, 2024
1 parent 388481f commit aef01d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Utils = {
},

/**
* Intersection point between the lines defined by the line segments p1-2 and p3-p4. If the
* Intersection point between the lines defined by the line segments p1-p2 and p3-p4. If the
* lines are not properly defined, null is returned. If there are no intersections or infinitely many,
* e.g. parallel lines, null is returned.
* @public
Expand Down

0 comments on commit aef01d1

Please sign in to comment.