how come that the vector drawn in magenta does not point towards “e” when drawn from “S”?? it’s been puzzling me for days now… I need to compute the quaternion between green and blue lines using setFromUnitVectors.
setFromUnitVectors
the answer was: .normalize()
.normalize()
Glad you figured it out!