Skip to content

Documentation / @ripl/3d / vec3Dot

Function: vec3Dot() ​

vec3Dot(a, b): number

Defined in: 3d/src/math/vector.ts:24

Computes the dot product of two vectors.

Parameters ​

ParameterType
aVector3
bVector3

Returns ​

number