arrayof

Undocumented in source. Be warned that the author may not have intended to support it.
  1. float[3] arrayof(Vector3 v)
    version(physics)
    @nogc nothrow pragma(inline, true)
    float[3]
    arrayof
    (
    Vector3 v
    )
  2. float[4] arrayof(Quaternion q)
  3. float[16] arrayof(Matrix4 m)

Meta