mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
aux/math: Correct(?) transform
This commit is contained in:
parent
68e7544f57
commit
0d9aaae470
|
@ -314,7 +314,7 @@ transform_accumulate_pose(const xrt_pose &transform,
|
|||
Eigen::Quaternionf::Identity();
|
||||
}
|
||||
|
||||
math_pose_transform(&in_out_relation->pose, &transform,
|
||||
math_pose_transform(&transform, &in_out_relation->pose,
|
||||
&in_out_relation->pose);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue