Commit 72ee8f6
committed
refactor: b2MakeSimplexFromCache to use 'in' parameters
- Changed `b2MakeSimplexFromCache` signature to accept `B2SimplexCache` and `B2ShapeProxy` as `in` parameters instead of `ref`.
- Updated call sites to remove `ref` keyword.
- This change optimizes performance by reducing struct copying and ensures read-only access to cache and proxy data.1 parent 656754c commit 72ee8f6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
0 commit comments