MCPcopy Create free account
hub / github.com/anjo76/angelscript / Vector3CopyConstructor

Function Vector3CopyConstructor

sdk/tests/test_feature/source/scriptmath3d.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static void Vector3CopyConstructor(const Vector3 &other, Vector3 *self)
189{
190 new(self) Vector3(other);
191}
192
193static void Vector3InitConstructor(float x, float y, float z, Vector3 *self)
194{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected