ebassi / graphene

A thin layer of graphic data types

Home Page:http://ebassi.github.io/graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request]Quaternion from between vectors

mkohlhaas opened this issue · 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.

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