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

Method PyMaximize

trinity/TriVector.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void TriVector::PyMaximize( ITriVector* other )
327{
328 *static_cast<Vector3*>( this ) = Maximize( *this, *other->GetVector() );
329}
330
331void TriVector::PyMinimize( ITriVector* other )
332{

Callers

nothing calls this directly

Calls 1

GetVectorMethod · 0.80

Tested by

no test coverage detected