Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void TriVector::PyMinimize( ITriVector* other )
332
{
333
*static_cast<Vector3*>( this ) = Minimize( *this, *other->GetVector() );
334
}
335
336
void TriVector::PyProject(
337
TriViewport* vp,
Callers
nothing calls this directly
Calls
1
GetVector
Method · 0.80
Tested by
no test coverage detected