jpweeks/particulate-js

View on GitHub
src/forces/PointForce.js

Summary

Maintainability
A
1 hr
Test Coverage

Function applyForce has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

PointForce.prototype.applyForce = function (ix, f0, p0, p1) {
  var v0 = this.vector
  var iy = ix + 1
  var iz = ix + 2

Severity: Minor
Found in src/forces/PointForce.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status