MCPcopy Create free account
hub / github.com/carbonengine/trinity / PyCross

Method PyCross

trinity/TriVector.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void TriVector::PyCross( ITriVector* other )
312{
313 *static_cast<Vector3*>( this ) = Cross( *this, *other->GetVector() );
314}
315
316float TriVector::PyDot( ITriVector* other )
317{

Callers

nothing calls this directly

Calls 2

CrossFunction · 0.85
GetVectorMethod · 0.80

Tested by

no test coverage detected