Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator &
Method
operator &
TSVector2D.h:627–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
625
}
626
627
const Point2D *operator &(void) const
628
{
629
return (&origin);
630
}
631
};
632
633
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected