Showing
1 changed file
with
19 additions
and
0 deletions
| ... | ... | @@ -58,3 +58,22 @@ manually. Finally you have to tell rustc to use lld as linker via this |
| 58 | 58 | environment variable: |
| 59 | 59 | |
| 60 | 60 | export RUSTFLAGS="-C linker=lld" |
| 61 | + | |
| 62 | +## Traits when, how & why | |
| 63 | + | |
| 64 | +A slightly old but still worthwhile post about rusts standard traits. | |
| 65 | + | |
| 66 | +[About traits](https://llogiq.github.io/2015/07/30/traits.html) | |
| 67 | + | |
| 68 | +# Side note... 3d math | |
| 69 | +[3d math primer](https://www.3dgep.com/3d-math-primer-for-game-programmers-vector-operations/) | |
| 70 | +[basic 3d math](https://matrix44.net/cms/notes/opengl-3d-graphics/basic-3d-math-vectors/) | |
| 71 | +[vector calculator](https://www.mathportal.org/calculators/matrices-calculators/vector-calculator.php) | |
| 72 | +[3d vector mathematics](https://vvvv.org/documentation/3d-vector-mathematics) | |
| 73 | +[sin appr. with fractions](https://dsp.stackexchange.com/questions/46629/finding-polynomial-approximations-of-a-sine-wave) | |
| 74 | + | |
| 75 | +# more math... | |
| 76 | + | |
| 77 | +A whole lot of interesting stuff about continued fractions: | |
| 78 | +[continues fractions](http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/cfINTRO.html) | |
| 79 | + | ... | ... |
Please
register
or
login
to post a comment