Function vec2.dot

dot product (sum of by-component products of vector components)

Prototype

float dot(
  const(vec2) v
) const;

Authors

Copyright

License