Go to the first, previous, next, last section, table of contents.


dotProduct

Function: dotProduct { a b -> r }
file: jobg.t
package: muf
status: alpha

The dotProduct function accepts two length-3 32-bit float vectors representing points, and returns their "dot product": a.x*b.x + a.y*b.y + a.z*b.z.


Go to the first, previous, next, last section, table of contents.