CL_Vector::dot
Syntax
float
dot
(const CL_Vector& v);
Parameters
v
-
other vector
Return value
the dot product of the two vectors
Description
Returns the dot product of the current vector and v
Back to index
This page was built using the Perceps documentation system.