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

Method Repr

trinity/TriQuaternion.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39PyObject* TriQuaternion::Repr(
40 bool* handled )
41{
42 *handled = true;
43 char buf[120];
44 sprintf_s( buf, "(%f,%f,%f,%f)", x, y, z, w );
45 return ToPython( buf );
46}
47
48
49/////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

ToPythonFunction · 0.85

Tested by

no test coverage detected