Explosion.this

Undocumented in source.
  1. this()
  2. this(Vector!(float, "xyz") position, float radius, Vector!(byte, "xyz")[] records, Vector!(float, "xyz") motion)
    class Explosion
    pure nothrow @safe @nogc
    this
    (
    Vector!(float, "xyz") position
    ,
    float radius = float.init
    ,
    Vector!(byte, "xyz")[] records = (Vector!(byte, "xyz")[]).init
    ,
    Vector!(float, "xyz") motion = Vector!(float, "xyz").init
    )

Meta