Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 708 Bytes

File metadata and controls

55 lines (27 loc) · 708 Bytes

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