mat4.opBinary - multiple declarations

Function mat4.opBinary

multiply matrix by vec4

Prototype

vec4 opBinary(string op)(
  const vec4 vector
) const;

Function mat4.opBinary

multiply matrix by vec3

Prototype

vec3 opBinary(string op)(
  const vec3 vector
) const;

Function mat4.opBinary

add scalar to all items of matrix

Prototype

mat4 opBinary(string op)(
  float v
) const;

Function mat4.opBinary

multiply this matrix by scalar

Prototypes

mat4 opBinary(string op)(
  float v
) const;

mat4 opBinary(string op)(
  float v
) const;

mat4 opBinary(string op)(
  float v
) const;

Function mat4.opBinary

multiply this matrix by another matrix

Prototype

mat4 opBinary(string op)(
  const ref mat4 m2
) const;

Authors

Copyright

License