All Classes |Grouped Classes |Index

Function dot

Dot products between two vectors.

	Type CL_Vec3< Type >::dot(
		const CL_Vec3 < Type > & vector);

	static Type CL_Vec3< Type >::dot(
		const CL_Vec3 < Type > & vector1,
		const CL_Vec3 < Type > & vector2);