点积计算器

    计算向量点积

    公式

    A·B = AxBx + AyBy + AzBz

    Dot product is the sum of component-wise products.

    示例

    (1,2,3)·(4,5,6)

    = 32

    常见问题

    关于 点积计算器

    Calculate the dot product and angle between two 3D vectors.