Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator -
Function
operator -
TSVector4D.h:336–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
/// \related Vector4D
335
336
inline Vector4D operator -(const Vector4D& v)
337
{
338
return (Vector4D(-v.x, -v.y, -v.z, -v.w));
339
}
340
341
inline Vector4D operator +(const Vector4D& a, const Vector4D& b)
342
{
Callers
nothing calls this directly
Calls
1
Vector4D
Class · 0.85
Tested by
no test coverage detected