Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PyLerp
Method
PyLerp
trinity/TriVector.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
void TriVector::PyLerp( ITriVector* other, float t )
322
{
323
*static_cast<Vector3*>( this ) = Lerp( *this, *other->GetVector(), t );
324
}
325
326
void TriVector::PyMaximize( ITriVector* other )
327
{
Callers
nothing calls this directly
Calls
2
Lerp
Function · 0.85
GetVector
Method · 0.80
Tested by
no test coverage detected