Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TransformQuaternion
Method
TransformQuaternion
trinity/TriVector.cpp:293–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
292
293
void TriVector::TransformQuaternion(
294
const Quaternion* in )
295
{
296
TriVectorRotateQuaternion( this, this, in );
297
}
298
299
300
float TriVector::DotProduct(
Callers
nothing calls this directly
Calls
1
TriVectorRotateQuaternion
Function · 0.85
Tested by
no test coverage detected