* added ellipse * removed unused math imports * added method ellipseArc and adapted method ellipse to circle * introduced sense for ellipse building * adapted ellipse test cases * exclude vscode config folder * use gp_Ax2(p, zdir, xdir) for ellipse building * ran black against the changes * Fix docstring of makeEllipse Co-Authored-By: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com> * Fix return value in docstring of makeEllips Co-Authored-By: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com> * Formatting fix * Increase test coverage * Formatting fixes * Add test for makeEllipse * Test fix * Formatting + typo fix Co-authored-by: Bernhard <bwalter42@gmail.com> Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
build/
|
|
*.pyc
|
|
doc/_build/*
|
|
dist/*
|
|
.idea/*
|
|
cadquery.egg-info
|
|
target/*
|
|
.vscode
|