Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PyAdd
Method
PyAdd
trinity/TriVector.cpp:306–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void TriVector::PyAdd( ITriVector* other )
307
{
308
*static_cast<Vector3*>( this ) = *this + *other->GetVector();
309
}
310
311
void TriVector::PyCross( ITriVector* other )
312
{
Callers
nothing calls this directly
Calls
1
GetVector
Method · 0.80
Tested by
no test coverage detected