import * as threejs4Deno from "https://deno.land/x/threejs_4_deno@v121/src/math/Quaternion.d.ts";
Classes
Implementation of a quaternion. This is used for rotating things without incurring in the dreaded gimbal lock issue, amongst other advantages. |