Home | All Classes | Grouped Classes | Index | Search

CL_Vector::dot

Dot products this vector with an other vector.

	float dot(
		const CL_Vector& vector);

Parameters:

vector
Second vector used for the dot product.

Return value:

The resulting dot product of the two vectors.

See also:

CL_Vector



Questions or comments, write to the ClanLib mailing list.