MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / GetRotation

Method GetRotation

test/embind/embind_benchmark.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79 Vec3 __attribute__((noinline)) GetPosition() const { return pos; }
80 Vec3 __attribute__((noinline)) GetRotation() const { return rot; }
81 float __attribute__((noinline)) GetScale() const { return scale; }
82
83 void __attribute__((noinline)) SetPosition(const Vec3 &pos_) { pos = pos_; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected