PEd_Vec2Dot

function

PEd_Vec2Dot(_v1, _v2)

Description

Gets the dot product of the two vectors.

Arguments

Name Type Description
_v1 Array<Real> The first vector.
_v2 Array<Real> The second vector.

Returns

Array<Real> The dot product of the two vectors.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.