Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
414151ad
Verified
Commit
414151ad
authored
Apr 03, 2020
by
Justin Carpentier
Browse files
python/transform: add missing init for Transform3f
parent
2a286bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/math.cc
View file @
414151ad
...
...
@@ -86,6 +86,7 @@ void exposeMaths ()
.
def
(
init
<
Matrix3f
>
(
doxygen
::
constructor_doc
<
Transform3f
,
const
Matrix3f
&
>
()))
.
def
(
init
<
Quaternion3f
>
(
doxygen
::
constructor_doc
<
Transform3f
,
const
Quaternion3f
&
>
()))
.
def
(
init
<
Vec3f
>
(
doxygen
::
constructor_doc
<
Transform3f
,
const
Vec3f
&
>
()))
.
def
(
init
<
Transform3f
>
(
doxygen
::
constructor_doc
<
Transform3f
,
const
Transform3f
&
>
()))
.
def
(
dv
::
member_func
(
"getQuatRotation"
,
&
Transform3f
::
getQuatRotation
))
.
def
(
"getTranslation"
,
&
Transform3f
::
getTranslation
,
doxygen
::
member_func_doc
(
&
Transform3f
::
getTranslation
),
return_value_policy
<
copy_const_reference
>
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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