ycw
|
ab2e7d5f2d
use `.addScaledVector` (#25543)
|
2 years ago |
Marco Fugaro
|
6e897f9a42
Core: Switch to this.is* = true. (#24047)
|
3 years ago |
Michael Herzog
|
4648572689
Core: Remove checks for mandatory target parameter. (#21990)
|
4 years ago |
Michael Herzog
|
a81b902ad3
Plane: Return null instead of undefined in intersectLine(). (#21468)
|
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 |
Ian Purvis
|
c7bc586eea
Adds /*@__PURE__*/ to module var assignments
|
5 years ago |
Marco Fugaro
|
e0d182d522
ES6 Classes: Use Object.defineProperty instead of accessing the prototype
|
5 years ago |
Yomotsu
|
328e990cf8
Plane: Convert to es6 class
|
5 years ago |
Mugen87
|
820ad6bac0
Core: Remove author comments.
|
5 years ago |
Mugen87
|
557171e38b
Math: Move to let/const.
|
5 years ago |
Mugen87
|
ec43642749
Core: Eagerly instantiate module scope variables.
|
6 years ago |
Mugen87
|
3a4a56f385
Math: Remove closures part II.
|
6 years ago |
Gero3
|
97951a622a
add Plane unittests
|
6 years ago |
WestLangley
|
7da047f53d
Remove optionalTarget
|
7 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
WestLangley
|
cc3fc88eba
Add comment
|
8 years ago |
WestLangley
|
2e01369810
Refactoring and clean up
|
8 years ago |
Tristan VALCKE
|
08c40e22c7
Remove unecessary constructor assignments
|
8 years ago |
Tristan VALCKE
|
545f449cdc
Protect Plane against the closure circular reference bug
|
8 years ago |
Mr.doob
|
9147f32ca2
Clean up.
|
9 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
WestLangley
|
a7ed6b10ff
Name closured functions (#9116)
|
9 years ago |
tschw
|
c46846127e
Clipping planes
|
9 years ago |
Mr.doob
|
a943535a54
Moved Plane legacy code.
|
9 years ago |
Mugen87
|
f220ce1d65
add plane/box and plane/sphere intersection test
|
9 years ago |
Mr.doob
|
916ce9c675
Renamed isIntersection* to intersects*. See #7376.
|
9 years ago |