From 4c765d22bd0a2e5271bf350745ed29f66bfbb96a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 11 Nov 2022 15:59:22 -0400 Subject: Added SourceFile annotations to functions when compiling for the JVM. --- documentation/bookmark/math/geometry/3d.md | 1 + documentation/bookmark/math/geometry/bezier_curves.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation/bookmark/math') 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) -- cgit v1.2.3