MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetXYZW

Method SetXYZW

trinity/TriQuaternion.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66/////////////////////////////////////////////////////////////////////////////////////////
67
68void TriQuaternion::SetXYZW(
69 float _x,
70 float _y,
71 float _z,
72 float _w )
73{
74 x = _x;
75 y = _y;
76 z = _z;
77 w = _w;
78}
79
80
81void TriQuaternion::SetQuaternion(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected