MCPcopy 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
321void TriVector::PyLerp( ITriVector* other, float t )
322{
323 *static_cast<Vector3*>( this ) = Lerp( *this, *other->GetVector(), t );
324}
325
326void TriVector::PyMaximize( ITriVector* other )
327{

Callers

nothing calls this directly

Calls 2

LerpFunction · 0.85
GetVectorMethod · 0.80

Tested by

no test coverage detected