This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-16 17:03:01 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
791
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
31 Commits
Fix code quality naming issue
Bartłomiej Dach
·
2024-09-27 09:26:08 +02:00
21796900e2
Rewrite Welzl's algorithm to use no recursion
OliBomby
·
2024-09-24 20:15:03 +02:00
796fc948e1
remove tail recursion form welzl
OliBomby
·
2024-09-24 18:45:52 +02:00
2d95c0b0bb
Revert "add a max depth to prevent stack overflow"
This reverts commit
bf245aa9d6
.
OliBomby
·
2024-09-24 11:44:02 +02:00
c857de3a9a
add a max depth to prevent stack overflow
OliBomby
·
2024-09-23 13:16:45 +02:00
bf245aa9d6
return to stackalloc because its faster
OliBomby
·
2024-09-23 13:13:33 +02:00
eead6b9eae
use collection expression instead of stackalloc
OliBomby
·
2024-09-23 12:15:42 +02:00
203951780e
use RNG.Next
OliBomby
·
2024-09-23 11:44:07 +02:00
42549e81aa
verify n<=3 in minCircleTrivial
OliBomby
·
2024-09-23 11:43:36 +02:00
40cfaabc53
update wikipedia url
OliBomby
·
2024-09-23 11:42:28 +02:00
d0f12006a4
use named tuple members
OliBomby
·
2024-09-23 11:42:02 +02:00
447d178e01
rename region
OliBomby
·
2024-09-23 11:39:42 +02:00
0d06b122c1
Implement minimum enclosing circle
OliBomby
·
2024-09-20 01:06:52 +02:00
59ab71f786
clean up code
OliBomby
·
2024-09-14 17:26:04 +02:00
30096c1c71
Rewrite GetConvexHull
kongehund
·
2024-09-14 16:32:51 +02:00
385eb5eed5
re-implement ConvexHull 100% original
OliBomby
·
2024-08-21 00:10:15 +02:00
09ca190b8d
clarify meaning of flip axis vector
OliBomby
·
2024-08-13 12:58:52 +02:00
b187062747
fix rotated scale bounds again
OliBomby
·
2024-07-14 16:58:05 +02:00
58eb7f6fe1
Revert "fix incorrect rotated bound checking"
This reverts commit
4165ded813
.
OliBomby
·
2024-07-14 15:46:40 +02:00
ae38002777
fix incorrect rotated bound checking
OliBomby
·
2024-07-03 19:03:15 +02:00
4165ded813
scale along rotated axis
OliBomby
·
2024-07-03 16:23:19 +02:00
d0715c5f12
Merge remote-tracking branch 'upstream/master' into grids-3
OliBomby
·
2024-07-03 12:25:57 +02:00
c285744509
Merge branch 'master' into grids-1
Bartłomiej Dach
·
2024-05-24 14:39:55 +02:00
9f19ab092d
Merge remote-tracking branch 'upstream/master' into scaling
OliBomby
·
2024-05-15 23:05:19 +02:00
8df5f22b4e
Update usage of
MathUtils
Dean Herbert
·
2024-03-06 12:13:12 +08:00
b53b752e54
refactor CanScale properties
OliBomby
·
2024-01-20 01:13:01 +01:00
a4f771ec08
Refactor scale handling in editor to facilitate reuse
OliBomby
·
2024-01-20 00:22:53 +01:00
26c0d1077a
flip along grid axis
OliBomby
·
2024-01-01 15:51:55 +01:00
e803b0215f
fix typo
OliBomby
·
2024-01-01 15:11:49 +01:00
2193601f3a
add rotation to snapped position
OliBomby
·
2024-01-01 15:11:49 +01:00
f2edd705ea
Move out helper methods to static class
Bartłomiej Dach
·
2023-07-23 18:24:20 +02:00
4622255cc7