Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pyMKcam
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
pyMKcam
Repository
1057491e3c4e203ee680deec3acccb0bac8cf119
Switch branch/tag
pyMKcam
pycam
Geometry
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
"get_points_of_arc" now returns 3D points
· ddf06eb2
Lars Kruse
authored
12 years ago
ddf06eb2
Name
Last commit
Last update
..
Letters.py
Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
12 years ago
Line.py
replaced "pnorm(psub(...))" with "pdist(...)"
12 years ago
Matrix.py
Replace Point class with a 3 position tuple and a collection of helper functions.
13 years ago
Model.py
some more Point -> tuple fixes
12 years ago
Path.py
replaced some few remaining occourences of old Point-class methods
12 years ago
Plane.py
Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
12 years ago
PointKdtree.py
Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
12 years ago
PointUtils.py
implement toolpath grid plugin with another filter
12 years ago
Polygon.py
improved polygon offsetting:
12 years ago
PolygonExtractor.py
Fixed a small syntax error.
12 years ago
Triangle.py
replaced "pnorm(psub(...))" with "pdist(...)"
12 years ago
TriangleKdtree.py
Replace Point class with a 3 position tuple and a collection of helper functions.
13 years ago
__init__.py
"get_points_of_arc" now returns 3D points
12 years ago
intersection.py
Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
12 years ago
kdtree.py
Rearrange to a more standard python package layout
13 years ago
utils.py
No need to wrap call to float in a lambda, ~17% speedup of dropcutter
13 years ago