All Classes |Grouped Classes |Index

Function CL_Mat3

Constructs a 3x3 matrix (copied from 9, 8 bit integers)

	CL_Mat3< Type >::CL_Mat3();

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

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

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

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

	CL_Mat3< Type >::CL_Mat3(
		Type m00,
		Type m01,
		Type m02,
		Type m10,
		Type m11,
		Type m12,
		Type m20,
		Type m21,
		Type m22);

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

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

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

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

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