Skip to content

Commit aa2269e

Browse files
committed
Added constrained uniform sampling of angles
1 parent 30b2519 commit aa2269e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatialmath/base/quaternions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def _compute_cdf_sin_squared(theta: float):
2828
"""
29-
Computes the CDF for the distribution of anular magnitude for uniformly sampled rotations.
29+
Computes the CDF for the distribution of angular magnitude for uniformly sampled rotations.
3030
3131
:arg theta: angular magnitude
3232
:rtype: float

0 commit comments

Comments
 (0)