Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator -
Function
operator -
TSVector3D.h:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
/// \related Vector3D
265
266
inline Vector3D operator -(const Vector3D& v)
267
{
268
return (Vector3D(-v.x, -v.y, -v.z));
269
}
270
271
inline Vector3D operator +(const Vector3D& a, const Vector3D& b)
272
{
Callers
nothing calls this directly
Calls
2
Vector3D
Class · 0.85
Point3D
Class · 0.85
Tested by
no test coverage detected