mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-07-24 12:54:53 +02:00
Updated links
This commit is contained in:
parent
4193f2956b
commit
12bd53c0ff
1 changed files with 3 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue