μMath
    Preparing search index...

    Variable dotConst

    dot: (
        a: Readonly<DualQuaternionLike>,
        b: Readonly<DualQuaternionLike>,
    ) => number = vector4Dot

    Calculate the dot product of two dual quaternions.

    Type Declaration