mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-07-27 14:24:30 +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
|
### Computational geometry
|
||||||
|
|
||||||
Usual computational geometry functions in the `Point` class that work in an arbitrary number of dimensions.
|
Usual computational geometry functions in the
|
||||||
Overloads for algebraic operators. Examples:
|
[`Point` class](https://csirmaz.github.io/openscad-py/point.html)
|
||||||
|
that work in an arbitrary number of dimensions. Overloads for algebraic operators. Examples:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
distance = (Point((0, 0, 1)) - Point((1, 0, 1))).length()
|
distance = (Point((0, 0, 1)) - Point((1, 0, 1))).length()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue