1.13.0
·
581 commits
to master
since this release
Features
- Add
pytransform3d.rotations.pick_closest_quaternion
- Add
pytransform3d.batch_rotations.smooth_quaternion_trajectory
- Add
pytransform3d.trajectories.mirror_screw_axis_direction
- Add optional parameter
shortest_path
to indicate that sign ambiguity should be resolved inquaternion_slerp_batch
,quaternion_slerp
, androtor_slerp
- Add artist
Plane
to visualizer
Bugfixes
- Indicate that parameter
c
is optional in type hints of functionpytransform3d.visualizer.Figure.plot
- Document
slerp_weights
and correct type hints - Fix
Vector3D.set_data
with parameterc=None
(default value)