MCPcopy 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
81void 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
91const ::Quaternion* TriQuaternion::GetQuaternion() const

Callers 4

PyUpdateQuaternionMethod · 0.80
PyGetQuaternionAtMethod · 0.80
PyGetQuaternionDotAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected