• M
    Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub,... · b062fee8
    Mr.doob 提交于
    Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.
    Good thing we have a ton of examples to make sure nothing is broken. The unit tests also helped. However, I suspect I've left something unchanged.
    b062fee8
Curve.js 16.4 KB