emitter

<script src="./point_src/emitter"></script>

An 'emitter' generates points with a velocity This requires some sort of reactor to push the particles.

A single point can emit through an one direction, arc, or full pi a line emits along it.

Each can be performed with split lerp.

e = new Emitter(200, 300) //point
e = new Emitter(Line) // alone a spline.
newPoints = e.step()
allPoints = e.points
Meta Data
filepath_exists True
path emitter
filepath emitter.js
clean_files ()

Method List

comment.html|safe
comment.html|safe
  • method_kind

    method_name

    (
    param_name = param.default_value ,
    )
    from class_name
    comment.html|safe
    comment.html|safe