Add function header comment to vector_dot()
This commit is contained in:
parent
8a8d63055f
commit
062074f034
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ vector_length(Vector3 v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* vector_dot --
|
||||||
|
*
|
||||||
|
* Compute the dot product of v and f.
|
||||||
|
*/
|
||||||
float
|
float
|
||||||
vector_dot(Vector3 v, Vector3 f)
|
vector_dot(Vector3 v, Vector3 f)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue