DotProductAbs: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (clean up, added orphan, stub tags)
 
Line 1: Line 1:
{{Orphan|date=January 2024}}
==vec_t '''DotProductAbs'''( const Vector &v0, const Vector &v1 )<br>vec_t '''DotProductAbs'''( const Vector &v0, const float *v1 )==
==vec_t '''DotProductAbs'''( const Vector &v0, const Vector &v1 )<br>vec_t '''DotProductAbs'''( const Vector &v0, const float *v1 )==
This function returns the displacement from the [[DotProduct]].
This function returns the displacement from the [[DotProduct]].
[[Category:Math Functions]]
[[Category:Math Functions]]
{{stub}}

Latest revision as of 22:40, 21 January 2024

vec_t DotProductAbs( const Vector &v0, const Vector &v1 )
vec_t DotProductAbs( const Vector &v0, const float *v1 )

This function returns the displacement from the DotProduct.


Stub

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