Michael Herzog
|
ed6458e374
Vector2: Add `angleTo()`. (#25678)
|
2 years ago |
Michael Herzog
|
8ba6d7a17b
Math: Remove deprecated checks. (#24307)
|
3 years ago |
Marco Fugaro
|
c14b7189ce
Core: make Vector and Matrix .is* property non-enumerable (#24219)
|
3 years ago |
Marco Fugaro
|
6e897f9a42
Core: Switch to this.is* = true. (#24047)
|
3 years ago |
B3epBo0p
|
fbdb7453b9
Iterable vectors (#22548)
|
3 years ago |
Mr.doob
|
15ab0e6e6a
Revert to *.prototype.is* = true
|
4 years ago |
Mr.doob
|
091f3f438c
Src: Removed Object.defineProperty() calls.
|
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
|
881697f638
missing semi
|
5 years ago |
Yomotsu
|
938a4cf5ab
Vector2
|
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 |
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 |
gonnavis
|
4d6c9b7816
Unary operator '-' must be followed by whitespace
|
5 years ago |
gonnavis
|
7968ff9d37
Vector2 function angle performance
|
5 years ago |
Leo Dutra
|
28338d4275
Optimize clampScalar() for Vector2 and Vector3
|
6 years ago |
zhaoy
|
ceef48eedc
add cross method to Vector2
|
7 years ago |
WestLangley
|
0304a5520d
lengthManhattan() -> manhattanLength()
|
7 years ago |
WestLangley
|
1b46a13cdd
distanceToManhattan() -> manhattanDistanceTo()
|
7 years ago |
Mugen87
|
493b6e1a5e
Clean up linter warnings
|
8 years ago |
WestLangley
|
09ca0ddddc
Texture rotation: fix transformUV()
|
8 years ago |
Mr.doob
|
c282b17090
Merge pull request #11253 from WestLangley/dev-vector-math
|
8 years ago |
Mr.doob
|
b76fff27eb
Revert "Revert closure optimisations"
|
8 years ago |
WestLangley
|
40c3341122
Vector2/3/4: avoid divide-by-zero
|
8 years ago |