Vector3GenInto typedef
generate a Vector3
(eg. used by Emitter's Initializer to found the relative start position or initial velocity,...)).
dt
is delta time since last call (the duration of the frame - used for time based updates).
typedef Vector3 Vector3GenInto(Vector3 v, dt);
typedef Vector3 Vector3GenInto(Vector3 v, dt) #
typedef Vector3 Vector3GenInto(Vector3 v, dt);