μMath
    Preparing search index...

    Variable copyConst

    copy: <T extends QuaternionLike>(
        quaternion: Readonly<QuaternionLike>,
        out: T,
    ) => T = vector4Copy

    Copy the values from one quaternion to another.

    Type Declaration