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

Method SetScale

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

Source from the content-addressed store, hash-verified

83 void __attribute__((noinline)) SetPosition(const Vec3 &pos_) { pos = pos_; }
84 void __attribute__((noinline)) SetRotation(const Vec3 &rot_) { rot = rot_; }
85 void __attribute__((noinline)) SetScale(float scale_) { scale = scale_; }
86};
87typedef std::shared_ptr<Transform> TransformPtr;
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected