graphene icon indicating copy to clipboard operation
graphene copied to clipboard

[Request]Quaternion from between vectors

Open mkohlhaas opened this issue 1 year ago • 1 comments

Could we have a function that creates a quaternion from two in-between vectors? Essentially the same function as Quaternion.fromBetweenVectors(u, v) in Quaternion.js.

The operation could also be optimized.

mkohlhaas avatar Feb 17 '24 19:02 mkohlhaas

I was not planning on adding that API, but I would not say no to a pull request…

ebassi avatar Feb 27 '24 22:02 ebassi