Commit History

Author SHA1 Message Date
  Mr.doob 15ab0e6e6a Revert to *.prototype.is* = true 4 years ago
  Mr.doob 091f3f438c Src: Removed Object.defineProperty() calls. 4 years ago
  Marco Fugaro 9ac5e15b08 Vector4.multiply(): remove unnecessary check 4 years ago
  Marco Fugaro f265b3ed4a Add Vector4.multiply() 4 years ago
  linbingquan c3327da203 Math: Covert to ES6 default value. 4 years ago
  Marco Fugaro e0d182d522 ES6 Classes: Use Object.defineProperty instead of accessing the prototype 5 years ago
  Yomotsu a53fcce912 is*** should not be a getter function 5 years ago
  Yomotsu 979f99d21b solve hoisting in Vector3 5 years ago
  Yomotsu 9d14b87378 Vector3, Vector4 5 years ago
  Mr.doob 8bb05729b0 Clean up. 5 years ago
  linbingquan 18ab7669d9 Chore: Clean up. 5 years ago
  Mugen87 820ad6bac0 Core: Remove author comments. 5 years ago
  Mr.doob 84bad2e75d Euler/Quaternion/Vector*: Introduced constructor default values 5 years ago
  Mugen87 557171e38b Math: Move to let/const. 5 years ago
  Pim Schreurs 2badf8fc4a Fix lerpVectors for when v1 === this 5 years ago
  Mr.doob 346528e19f Vector4: Reverted indent changes. 5 years ago
  EthanHermsey 213ab2906e Removed trailing spaces. 5 years ago
  EthanHermsey 21599238f2 Hard tabs and updated docs. 5 years ago
  EthanHermsey 1530a4cb96 added random method to vectors 5 years ago
  Mugen87 65e8118729 Vector4: Refactor clampScalar(). 6 years ago
  WestLangley 5d7e094f68 Added width/height aliases 6 years ago
  WestLangley 0304a5520d lengthManhattan() -> manhattanLength() 7 years ago
  Mugen87 493b6e1a5e Clean up linter warnings 8 years ago
  WestLangley 40c3341122 Vector2/3/4: avoid divide-by-zero 8 years ago
  Mr.doob 381b95a291 Vector*: Removed ifFinite from multiplyScalar. See #10849. 8 years ago
  Tristan VALCKE 08c40e22c7 Remove unecessary constructor assignments 8 years ago
  Tristan VALCKE 651d202b4f Improve Vector4 closure performance 8 years ago
  Tristan VALCKE 5e7c2ef1b6 Protect Vector4 against the closure circular reference bug 8 years ago
  Mugen87 a4cf80b2c6 Vector2/3/4: Renamed .fromAttribute() to .fromBufferAttribute() 8 years ago
  Mugen87 87f0b391f1 Vector: Added warning to .fromAttribute() 8 years ago