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

Method PyMinimize

trinity/TriVector.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void TriVector::PyMinimize( ITriVector* other )
332{
333 *static_cast<Vector3*>( this ) = Minimize( *this, *other->GetVector() );
334}
335
336void TriVector::PyProject(
337 TriViewport* vp,

Callers

nothing calls this directly

Calls 1

GetVectorMethod · 0.80

Tested by

no test coverage detected