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

Method PyAdd

trinity/TriVector.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void TriVector::PyAdd( ITriVector* other )
307{
308 *static_cast<Vector3*>( this ) = *this + *other->GetVector();
309}
310
311void TriVector::PyCross( ITriVector* other )
312{

Callers

nothing calls this directly

Calls 1

GetVectorMethod · 0.80

Tested by

no test coverage detected