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

Method PySubtract

trinity/TriVector.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void TriVector::PySubtract( ITriVector* other )
349{
350 *static_cast<Vector3*>( this ) = *this - *other->GetVector();
351}
352
353void TriVector::PyTransformCoord( ITriMatrix* transform )
354{

Callers

nothing calls this directly

Calls 1

GetVectorMethod · 0.80

Tested by

no test coverage detected