Bläddra i källkod

Update MathUtils.js

Clean up.
Michael Herzog 1 månad sedan
förälder
incheckning
abea2ceaee
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/math/MathUtils.js

+ 1 - 1
src/math/MathUtils.js

@@ -177,7 +177,7 @@ function smoothstep( x, min, max ) {
 
 /**
  * A [variation on smoothstep](https://en.wikipedia.org/wiki/Smoothstep#Variations)
- * that has zero 1st and 2nd order derivatives at `x=0` and `x=1`. 
+ * that has zero 1st and 2nd order derivatives at `x=0` and `x=1`.
  *
  * @param {number} x - The value to evaluate based on its position between `min` and `max`.
  * @param {number} min - The min value. Any `x` value below `min` will be `0`. `min` must be lower than `max`.

粤ICP备19079148号