DotProductAbs: Difference between revisions
Jump to navigation
Jump to search
vec_t DotProductAbs( const Vector &v0, const Vector &v1 )
No edit summary |
Thunder4ik (talk | contribs) 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

This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by

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.