PoseidonEnergy
|
4fad923a7f
Math: Make use of Static initialization blocks. (#33140)
|
4 месяцев назад |
mrdoob
|
d71c3b77f6
Fixed typos. (#32629)
|
6 месяцев назад |
Mohit Kourav
|
8958675235
cleanup: remove redundant TODO comment in Vector3.js (#32363)
|
8 месяцев назад |
Samuel Rigaud
|
f37f997a8e
Docs: improve Jsdoc types (#30603)
|
1 год назад |
Michael Herzog
|
498be07c42
Docs: More JSDoc. (#30588)
|
1 год назад |
mrdoob
|
84873b3573
Vector: Replace `MathUtils.clamp()` with `clamp()` (#29929)
|
1 год назад |
satelllte
|
99a0210449
Vector: Consume MathUtils.clamp internally (#29812)
|
1 год назад |
WestLangley
|
7f855794f8
correct the randomDirection() method (#27725)
|
2 лет назад |
WestLangley
|
e1f5e9c18d
Make comments more explicit (#27025)
|
2 лет назад |
Robert Eisele
|
783b4bb335
Improved quaternion application (#26456)
|
2 лет назад |
ycw
|
0c67b52ef2
Vector2|3|4: Use `Math.trunc()` in `roundToZero()`. (#26643)
|
2 лет назад |
WestLangley
|
c34c99d599
Math: Add convenience methods (#25637)
|
3 лет назад |
Michael Herzog
|
8ba6d7a17b
Math: Remove deprecated checks. (#24307)
|
4 лет назад |
Marco Fugaro
|
c14b7189ce
Core: make Vector and Matrix .is* property non-enumerable (#24219)
|
4 лет назад |
Patrick Schroen
|
de17358232
Pure annotations house cleaning (#24207)
|
4 лет назад |
Marco Fugaro
|
6e897f9a42
Core: Switch to this.is* = true. (#24047)
|
4 лет назад |
WestLangley
|
02cf0df1cb
Added Vector3.setFromEuler(); removed Euler.toVector3() (#23494)
|
4 лет назад |
B3epBo0p
|
fbdb7453b9
Iterable vectors (#22548)
|
4 лет назад |
Brian Peiris
|
0579cdeb72
Add randomDirection and random methods to Vector3 and Quaternion (#22494)
|
4 лет назад |
Marco Fugaro
|
354f955c83
MathUtils: convert to esmodules to allow for tree-shaking (#21651)
|
5 лет назад |
Mr.doob
|
480bb42b15
Math: Reverted code refactorings.
|
5 лет назад |
Mr.doob
|
15ab0e6e6a
Revert to *.prototype.is* = true
|
5 лет назад |
Mr.doob
|
8d961db00c
Math: Clean up.
|
5 лет назад |
Mr.doob
|
091f3f438c
Src: Removed Object.defineProperty() calls.
|
5 лет назад |
linbingquan
|
c3327da203
Math: Covert to ES6 default value.
|
5 лет назад |
Ian Purvis
|
c7bc586eea
Adds /*@__PURE__*/ to module var assignments
|
5 лет назад |
Marco Fugaro
|
e0d182d522
ES6 Classes: Use Object.defineProperty instead of accessing the prototype
|
6 лет назад |
Yomotsu
|
a53fcce912
is*** should not be a getter function
|
6 лет назад |
Yomotsu
|
8bcfccda1b
move internal use instances to the end of the file
|
6 лет назад |
Yomotsu
|
979f99d21b
solve hoisting in Vector3
|
6 лет назад |