Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PyDot
Method
PyDot
trinity/TriVector.cpp:316–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
float TriVector::PyDot( ITriVector* other )
317
{
318
return Dot( *this, *other->GetVector() );
319
}
320
321
void TriVector::PyLerp( ITriVector* other, float t )
322
{
Callers
nothing calls this directly
Calls
2
GetVector
Method · 0.80
Dot
Function · 0.50
Tested by
no test coverage detected