Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PyCross
Method
PyCross
trinity/TriVector.cpp:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
void TriVector::PyCross( ITriVector* other )
312
{
313
*static_cast<Vector3*>( this ) = Cross( *this, *other->GetVector() );
314
}
315
316
float TriVector::PyDot( ITriVector* other )
317
{
Callers
nothing calls this directly
Calls
2
Cross
Function · 0.85
GetVector
Method · 0.80
Tested by
no test coverage detected