Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Antiwedge
Function
Antiwedge
TSVector2D.h:560–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
/// \related Vector2D
559
560
inline float Antiwedge(const Vector2D& a, const Vector2D& b)
561
{
562
return (a.x * b.y - a.y * b.x);
563
}
564
565
inline float operator ^(const Vector2D& a, const Vector2D& b) {return (Antiwedge(a, b));}
566
Callers
1
operator ^
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected