Skip to content

Commit a2c7fb2

Browse files
committed
Re-expose quaternion and angle-axis
1 parent 807901b commit a2c7fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/module.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ NB_MODULE(nanoeigenpy, m) {
3838
exposeSimplicialLDLT<Matrix>(m, "SimplicialLDLT");
3939

4040
// Geometry
41-
// exposeQuaternion<Scalar>(m, "Quaternion");
42-
// exposeAngleAxis<double>(m, "AngleAxis");
41+
exposeQuaternion<Scalar>(m, "Quaternion");
42+
exposeAngleAxis<Scalar>(m, "AngleAxis");
4343

4444
// Utils
4545
exposeIsApprox<double>(m);

0 commit comments

Comments
 (0)