Function vec3.dot

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

Prototype

float dot(
  const(vec3) v
) const;

Authors

Copyright

License