All Classes |Grouped Classes |Index

Function CL_Quaterniond

	CL_Quaterniond::CL_Quaterniond();

	CL_Quaterniond::CL_Quaterniond(
		const CL_Quaternionx < dle > &amp; copy);

	CL_Quaterniond::CL_Quaterniond(
		double real,
		double i,
		double j,
		double k);

	CL_Quaterniond::CL_Quaterniond(
		double real,
		const CL_Vec3 < dle > &amp; imag);

	CL_Quaterniond::CL_Quaterniond(
		double euler_x,
		double euler_y,
		double euler_z,
		CL_AngleUnit  unit,
		CL_EulerOrder  order);

	CL_Quaterniond::CL_Quaterniond(
		const CL_Vec3 < dle > &amp; euler,
		CL_AngleUnit  unit,
		CL_EulerOrder  order);

	CL_Quaterniond::CL_Quaterniond(
		const CL_Angle & euler_x,
		const CL_Angle & euler_y,
		const CL_Angle & euler_z,
		CL_EulerOrder  order);