Marshall Quander
|
a84dcbdc6d
Rewrite Triangle.closestPointToPoint
|
7 years ago |
Mugen87
|
62cac17623
Triangle: Refactor methods
|
7 years ago |
Mugen87
|
49328ffb42
Triangle: Clean up
|
7 years ago |
WestLangley
|
a8bcfb1b4f
Remove optionalTarget
|
7 years ago |
matthias-w
|
3e2c73ef36
Added counter method Triangle.intersectsBox; updated docs; updated tests; fixed coding style issues
|
7 years ago |
Mugen87
|
493b6e1a5e
Clean up linter warnings
|
8 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
Tristan VALCKE
|
08c40e22c7
Remove unecessary constructor assignments
|
8 years ago |
Tristan VALCKE
|
d5b9bc6806
Improve Triangle closure performance
|
8 years ago |
Tristan VALCKE
|
39b35d32b0
Protect Triangle 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 |
Michael Herzog
|
6e05a92bc9
Triangle: new method .closestPointToPoint
|
9 years ago |
Ben Houston
|
036147e203
geometry/object.clips -> geometry/object.animation
|
10 years ago |
Daniel Hritzkiv
|
8d3f1ce652
Prefer one-line constructor+copy in clone methods
|
10 years ago |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 years ago |
gero3
|
923256459e
fixed files to codestyle
|
10 years ago |
dubejf
|
324cfb9dc6
Fix typos
|
10 years ago |
Fabian Lange
|
dad328077d
use strict (in)equalities
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
jotinha
|
d403e841ca
moved ray triangle intersection to ray
|
12 years ago |
stephomi
|
15ac1a6f4e
Rename intersectionRay + add it in Triangle.prototype.
|
12 years ago |
stephomi
|
62122822ec
Normalize ray when transforming it + intersection RayTriangle.
|
12 years ago |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
12 years ago |
Mr.doob
|
f60212b5b0
Removed re-asigning of constructors.
|
12 years ago |
Ben Houston
|
e2df06e005
fix three missed conversions to closures. switch to extending math prototypes rather than replacing them. This is to ensure that types created in closures within a type's prototype definition get their prototype updated with the full definition.
|
12 years ago |
Ben Houston
|
ceb6671c2f
initial adoption of closures in the math library. all unit tests pass.
|
12 years ago |