Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

change to UnitQuaternion.interp() #12

petercorke started this conversation in Changes
Discussion options

On GH version, not yet PyPI version.

Old behaviour

qf.interp(s)  # s=0 gives 1<0>, s=1 gives qf
q0.interp(s, dest=qf) # s=0 gives q0, s=1 gives qf

was not self consistent, and differed from the SO3/SE3 semantics.

New behaviour

qf.interp(s)  # s=0 gives 1<0>, s=1 gives qf
qf.interp(s, start=q0) # s=0 gives q0, s=1 gives qf
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.