Marco Fugaro
|
6e897f9a42
Core: Switch to this.is* = true. (#24047)
|
3 years ago |
WestLangley
|
02cf0df1cb
Added Vector3.setFromEuler(); removed Euler.toVector3() (#23494)
|
3 years ago |
B3epBo0p
|
fbdb7453b9
Iterable vectors (#22548)
|
3 years ago |
Brian Peiris
|
0579cdeb72
Add randomDirection and random methods to Vector3 and Quaternion (#22494)
|
3 years ago |
Marco Fugaro
|
354f955c83
MathUtils: convert to esmodules to allow for tree-shaking (#21651)
|
4 years ago |
Mr.doob
|
480bb42b15
Math: Reverted code refactorings.
|
4 years ago |
Mr.doob
|
15ab0e6e6a
Revert to *.prototype.is* = true
|
4 years ago |
Mr.doob
|
8d961db00c
Math: Clean up.
|
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 |
Ian Purvis
|
c7bc586eea
Adds /*@__PURE__*/ to module var assignments
|
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
|
8bcfccda1b
move internal use instances to the end of the file
|
5 years ago |
Yomotsu
|
979f99d21b
solve hoisting in Vector3
|
5 years ago |
Yomotsu
|
9d14b87378
Vector3, Vector4
|
5 years ago |
Mugen87
|
820ad6bac0
Core: Remove author comments.
|
5 years ago |
Mr.doob
|
36a4794bac
Vector3: Handle undefined z in set()
|
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 |
WestLangley
|
23649acb80
Zero vector orthogonal to every vector
|
5 years ago |
WestLangley
|
1fa508d0f9
Added .setFromMatrix3Column()
|
5 years ago |
Mugen87
|
e7ca3006b0
Math: Rename to MathUtils.
|
5 years ago |
WestLangley
|
e7f01d89db
Added .applyNormalMatrix()
|
5 years ago |
Mr.doob
|
b6870df3e6
Vector3: Clarified angleTo() error message.
|
5 years ago |
Mugen87
|
04c1ca5ea5
Vector3: Improve feedback of .angleTo().
|
5 years ago |