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

Function Vector3InitConstructor

sdk/tests/test_feature/source/scriptmath3d.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static void Vector3InitConstructor(float x, float y, float z, Vector3 *self)
194{
195 new(self) Vector3(x,y,z);
196}
197
198//-----------------------
199// Generic calling convention

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected