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

Method GetScale

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

Source from the content-addressed store, hash-verified

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_; }
84 void __attribute__((noinline)) SetRotation(const Vec3 &rot_) { rot = rot_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected