MCPcopy 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
316float TriVector::PyDot( ITriVector* other )
317{
318 return Dot( *this, *other->GetVector() );
319}
320
321void TriVector::PyLerp( ITriVector* other, float t )
322{

Callers

nothing calls this directly

Calls 2

GetVectorMethod · 0.80
DotFunction · 0.50

Tested by

no test coverage detected