BBMOD_Vec4.Dot

A function defined in BBMOD_Vec4.gml

Dot(_v)

Description

Computes the dot product of this vector and vector _v.

Arguments

Name Type Description
_v Struct.BBMOD_Vec4 The other vector.

Returns

Real The dot product of this vector and vector _v.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.