1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-01 13:10:11 +02:00

Added circle_intersect() calculation to maths.scad.

This commit is contained in:
Chris Palmer
2020-10-04 22:01:08 +01:00
parent e39af154bb
commit 90e7f1a315
3 changed files with 8 additions and 0 deletions

View File

@@ -5455,6 +5455,7 @@ Maths utilities for manipulating vectors and matrices.
| ```argsinh(x)``` | inverse hyperbolic sine |
| ```argtanh(x)``` | inverse hyperbolic tangent |
| ```augment(m)``` | Augment a matrix by adding an identity matrix to the right |
| ```circle_intersect(c1, r1, c2, r2)``` | Calculate one point where two circles in the X-Z plane intersect, clockwise around c1 |
| ```cosh(x)``` | hyperbolic cosine |
| ```coth(x)``` | hyperbolic cotangent |
| ```degrees(radians)``` | Convert degrees to radians |