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

Method SetRotation

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

Source from the content-addressed store, hash-verified

82
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;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected