DotProduct: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎vec_t '''DotProduct'''(const Vector& a, const Vector& b): Unicodifying, replaced: [[Image: → [[File:)
m (clean up, added stub, deadend tags)
 
Line 1: Line 1:
{{Dead end|date=January 2024}}
==vec_t '''DotProduct'''(const Vector& a, const Vector& b)==
==vec_t '''DotProduct'''(const Vector& a, const Vector& b)==
[[File:dotproduct.gif]]
[[File:dotproduct.gif]]
[[Category:Math Functions]]
[[Category:Math Functions]]
{{stub}}

Latest revision as of 08:52, 21 January 2024

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

vec_t DotProduct(const Vector& a, const Vector& b)

Dotproduct.gif


Stub

This article or section is a stub. You can help by expanding it.