public static RotationBetween ( OpenTK.Vector3 from, OpenTK.Vector3 to ) : Quaternion | ||
from | OpenTK.Vector3 | The vetor the rotation start from |
to | OpenTK.Vector3 | The vector the quaternion should result in if from vector was transformed by the resulting Quaternion |
return | Quaternion |