Updated links

This commit is contained in:
Elod Csirmaz 2024-12-01 16:33:15 +00:00
parent 4193f2956b
commit 12bd53c0ff

View file

@ -42,8 +42,9 @@ $ openscad example.scad
### Computational geometry
Usual computational geometry functions in the `Point` class that work in an arbitrary number of dimensions.
Overloads for algebraic operators. Examples:
Usual computational geometry functions in the
[`Point` class](https://csirmaz.github.io/openscad-py/point.html)
that work in an arbitrary number of dimensions. Overloads for algebraic operators. Examples:
```python
distance = (Point((0, 0, 1)) - Point((1, 0, 1))).length()