ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
TorpedoParticle.STEP
ae
demo
pewpew
objects
TorpedoParticle
Undocumented in source.
struct
TorpedoParticle
enum
STEP
=
q{
x
+=
vx
;
y
+=
vy
;
t
+=
s
;
if
(
t
>=
1
)
mixin
(
REMOVE
);
else
mixin
(
NEXT
);
}
;
Meta
Source
See Source File
ae
demo
pewpew
objects
TorpedoParticle
manifest constants
MAX
RENDER
STEP
variables
s
t
vx
vy
x
y