Matrix.opBinaryRight - multiple declarations

Function Matrix.opBinaryRight

Multiply column vector by the matrix

Vector!(T,2) opBinaryRight(string op) (
  Vector!(T,2) v
) const
if (op == "*");

Function Matrix.opBinaryRight

Multiply column 3D vector by the affine 4x4 matrix

Vector!(T,3) opBinaryRight(string op) (
  Vector!(T,3) v
) const
if (op == "*");