All Classes |Grouped Classes |Index

Function dot3

Dot products between two vectors (not taking into account the w ordinate).

	Type CL_Vec4< Type >::dot3(
		const CL_Vec4 < Type > & vector);

	static Type CL_Vec4< Type >::dot3(
		const CL_Vec4 < Type > & vector1,
		const CL_Vec4 < Type > & vector2);

Detailed description:

Operates in the native datatype