ae ~next (2021-10-23T04:25:29.3345725)
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