Skip to content

Commit

Permalink
doc, #156
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 23, 2024
1 parent 00461f8 commit 5afdbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/PickupCoilAreaNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class PickupCoilAreaNode extends Node {
const samplePointPosition = this.reusablePosition.set( pickupCoilPosition ).add( samplePoint );

// If the sample point is inside the magnet, using the chord length computed above would exaggerate the
// sample point's EMF contribution. So use the magnet's thickness (depth). The field outside the magnet
// sample point's contribution to flux. So use the magnet's thickness (depth). The field outside the magnet
// is relatively weak, so ignore its contribution.
if ( pickupCoil.magnet.isInside( samplePointPosition ) ) {
chordLength = magnetThickness;
Expand Down

0 comments on commit 5afdbfb

Please sign in to comment.