Source Academy Modules
Preparing search index...
unity_academy
dot
Function dot
dot
(
vectorA
:
Vector3
,
vectorB
:
Vector3
)
:
number
Calcuate the dot product of two 3D vectors.
Parameters
vectorA
:
Vector3
The first vector
vectorB
:
Vector3
The second vector.
Returns
number
The dot product
Settings
Theme
OS
Light
Dark
Source Academy Modules
Loading...
Calcuate the dot product of two 3D vectors.