Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetQuaternion
Method
SetQuaternion
trinity/TriQuaternion.cpp:81–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
void TriQuaternion::SetQuaternion(
82
const ::Quaternion* ar )
83
{
84
x = ar->x;
85
y = ar->y;
86
z = ar->z;
87
w = ar->w;
88
}
89
90
91
const ::Quaternion* TriQuaternion::GetQuaternion() const
Callers
4
PyUpdateQuaternion
Method · 0.80
PyGetQuaternionAt
Method · 0.80
PyGetQuaternionDotAt
Method · 0.80
PyGetQuaternionDoubleDotAt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected