μMath
    Preparing search index...

    Variable getRealConst

    getReal: <T extends QuaternionLike>(
        dualQuaternion: Readonly<DualQuaternionLike>,
        out: T,
    ) => T = vector4Copy

    Get the real part of a dual quaternion.

    Type Declaration