diff options
author | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
commit | 4c765d22bd0a2e5271bf350745ed29f66bfbb96a (patch) | |
tree | 1c2572154f828dae537eb2f528b7743f70bb6744 /documentation/bookmark/math | |
parent | cb572295c9a73330531e07f3f6a92b3bb2434514 (diff) |
Added SourceFile annotations to functions when compiling for the JVM.
Diffstat (limited to 'documentation/bookmark/math')
-rw-r--r-- | documentation/bookmark/math/geometry/3d.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/math/geometry/bezier_curves.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/documentation/bookmark/math/geometry/3d.md b/documentation/bookmark/math/geometry/3d.md index ea6ebebda..4ce5c86a6 100644 --- a/documentation/bookmark/math/geometry/3d.md +++ b/documentation/bookmark/math/geometry/3d.md @@ -1,4 +1,5 @@ # Reference +0. [Fast, Branchless Ray/Bounding Box Intersections, Part 3: Boundaries](https://tavianator.com/2022/ray_box_boundary.html) 0. [Exponentially Better Rotations](https://thenumbat.github.io/Exponential-Rotations/) diff --git a/documentation/bookmark/math/geometry/bezier_curves.md b/documentation/bookmark/math/geometry/bezier_curves.md index d627248d9..a471fe9d3 100644 --- a/documentation/bookmark/math/geometry/bezier_curves.md +++ b/documentation/bookmark/math/geometry/bezier_curves.md @@ -1,6 +1,6 @@ # Reference -0. []() +0. [Fast cubic Bézier curve offsetting.](https://gasiulis.name/cubic-curve-offsetting/) 0. [Parallel curves of cubic Béziers](https://raphlinus.github.io/curves/2022/09/09/parallel-beziers.html) 0. [Curves and Surfaces](https://ciechanow.ski/curves-and-surfaces/) 0. [The Beauty of Bézier Curves](https://www.youtube.com/watch?v=aVwxzDHniEw) |