math docs
    Preparing search index...

    Variable setAxesConst

    setAxes: (
        out: quat.Quat,
        view: vec3.Vec3,
        right: vec3.Vec3,
        up: vec3.Vec3,
    ) => quat.Quat = ...

    Sets the specified quaternion with values corresponding to the given axes. Each axis is a vec3 and is expected to be unit length and perpendicular to all other specified axes.

    Type Declaration