All Classes |Grouped Classes |Index

Function CL_Mat4

Constructs a 4x4 matrix (copied from a array of 8 bit integers)

	CL_Mat4< Type >::CL_Mat4();

	CL_Mat4< Type >::CL_Mat4(
		const CL_Mat4 < Type > & copy);

	CL_Mat4< Type >::CL_Mat4(
		const CL_Mat2 < Type > & copy);

	CL_Mat4< Type >::CL_Mat4(
		const CL_Mat3 < Type > & copy);

	CL_Mat4< Type >::CL_Mat4(
		const float * init_matrix);

	CL_Mat4< Type >::CL_Mat4(
		const double * init_matrix);

	CL_Mat4< Type >::CL_Mat4(
		const cl_byte64 * init_matrix);

	CL_Mat4< Type >::CL_Mat4(
		const cl_byte32 * init_matrix);

	CL_Mat4< Type >::CL_Mat4(
		const cl_byte16 * init_matrix);

	CL_Mat4< Type >::CL_Mat4(
		const cl_byte8 * init_matrix);