Unlink invalid page
commited
commit
5aa27953e558cc2f8d534218f9e883f81e82d690
... | ... | @@ -9,7 +9,7 @@ Inputs: |
9 | 9 | * Plane Normal: A vector perpendicular to the plane (i.e. the direction the plane is pointing at, or the angle of the plane) |
10 | 10 | |
11 | 11 | Outputs: |
12 | * Intersection: The point where the line intersects the plane (or [[nan]] if there is no such point) |
|
12 | * Intersection: The point where the line intersects the plane (or nan if there is no such point) |
|
13 | 13 | |
14 | 14 | ## Notes |
15 | 15 |