Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
curves
Commits
39248c8b
Commit
39248c8b
authored
Jan 09, 2020
by
stevet
Browse files
updated notebook
parent
0b5cb22e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
python/curves_python.cpp
View file @
39248c8b
...
...
@@ -509,7 +509,7 @@ BOOST_PYTHON_MODULE(curves) {
/** BEGIN bezier3 curve**/
class_
<
bezier3_t
,
bases
<
curve_3_t
>
>
(
"bezier3"
,
init
<>
())
class_
<
bezier3_t
,
bases
<
curve_3_t
>
,
boost
::
shared_ptr
<
bezier3_t
>
>
(
"bezier3"
,
init
<>
())
.
def
(
"__init__"
,
make_constructor
(
&
wrapBezier3Constructor
))
.
def
(
"__init__"
,
make_constructor
(
&
wrapBezier3ConstructorBounds
))
.
def
(
"__init__"
,
make_constructor
(
&
wrapBezier3ConstructorConstraints
))
...
...
python/test/sandbox/test.ipynb
View file @
39248c8b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment