Skip to content

Commit 1870d4f

Browse files
committed
[Quaternion] Remove depending version methods
1 parent 363dbf7 commit 1870d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/quaternion.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ namespace eigenpy
128128
.def("__str__",&print)
129129
.def("__repr__",&print)
130130

131-
.def("FromTwoVectors",&Quaternion::template FromTwoVectors<Vector3,Vector3>,
132-
bp::args("a","b"),
133-
"Returns the quaternion which transform a into b through a rotation.")
131+
// .def("FromTwoVectors",&Quaternion::template FromTwoVectors<Vector3,Vector3>,
132+
// bp::args("a","b"),
133+
// "Returns the quaternion which transform a into b through a rotation.")
134134
.staticmethod("FromTwoVectors")
135135
.def("Identity",&Quaternion::Identity,"Returns a quaternion representing an identity rotation.")
136136
.staticmethod("Identity")

0 commit comments

Comments
 (0)