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
Guilhem Saurel
eigenpy
Commits
ca86a5d4
Verified
Commit
ca86a5d4
authored
Jun 20, 2019
by
Justin Carpentier
Browse files
eigen: add symlink in the current scope of Quaternion and Angle Axis classes
parent
79f84d3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/eigenpy/angle-axis.hpp
View file @
ca86a5d4
...
...
@@ -103,8 +103,8 @@ namespace eigenpy
static
void
expose
()
{
if
(
check_registration
<
AngleAxis
>
())
return
;
if
(
register_symbolic_link_to_registered_type
<
AngleAxis
>
())
return
;
bp
::
class_
<
AngleAxis
>
(
"AngleAxis"
,
"AngleAxis representation of rotations.
\n\n
"
,
bp
::
no_init
)
...
...
include/eigenpy/quaternion.hpp
View file @
ca86a5d4
...
...
@@ -203,8 +203,8 @@ namespace eigenpy
static
void
expose
()
{
if
(
check_registration
<
Quaternion
>
())
return
;
if
(
register_symbolic_link_to_registered_type
<
Quaternion
>
())
return
;
bp
::
class_
<
Quaternion
>
(
"Quaternion"
,
"Quaternion representing rotation.
\n\n
"
"Supported operations "
...
...
Write
Preview
Supports
Markdown
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