All Classes |Grouped Classes |Index

Function dot4

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

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

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

Detailed description:

Operates in the native datatype