PEd_Vec3Dot

A function defined in PEd_Vec3.gml

PEd_Vec3Dot(_v1, _v2)

Description

Gets the dot product of the two vectors.

Arguments

Name Type Description
_v1 Array The first vector.
_v2 Array The second vector.

Returns

Real The dot product of the two vectors.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.