Home > server > Vector3 > dot Vector3.dot() method Returns the dot product of this vector and another vector. Signature: dot(vector3: Vector3): number; Parameters Parameter Type Description vector3 Vector3 the other vector **Returns:** number the dot product of this and vector3