Transform.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Transform opBinary(Transform other)
    struct Transform
    @nogc nothrow pure const
    opBinary
    (
    string op
    )
    if (
    op == "*"
    )
  2. Vector opBinary(Vector other)
  3. Transform opBinary(float scalar)

Meta