public static TSQuaternion LookRotation(TSVector forward, TSVector upwards) { return(CreateFromMatrix(TSMatrix.LookAt(forward, upwards))); }