Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PySubtract
Method
PySubtract
trinity/TriVector.cpp:348–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
void TriVector::PySubtract( ITriVector* other )
349
{
350
*static_cast<Vector3*>( this ) = *this - *other->GetVector();
351
}
352
353
void TriVector::PyTransformCoord( ITriMatrix* transform )
354
{
Callers
nothing calls this directly
Calls
1
GetVector
Method · 0.80
Tested by
no test coverage detected