math docs
    Preparing search index...

    Variable dotConst

    dot: (a: vec4.Vec4, b: vec4.Vec4) => number = vec4.dot

    Calculates the dot product of two quat's

    Type Declaration

      • (a: vec4.Vec4, b: vec4.Vec4): number
      • Calculates the dot product of two vec4's

        Parameters

        Returns number

        dot product of a and b

    the first operand

    the second operand

    dot product of a and b