Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
void TriVector::PyMaximize( ITriVector* other )
327
{
328
*static_cast<Vector3*>( this ) = Maximize( *this, *other->GetVector() );
329
}
330
331
void TriVector::PyMinimize( ITriVector* other )
332
{
Callers
nothing calls this directly
Calls
1
GetVector
Method · 0.80
Tested by
no test coverage detected