Ejemplo n.º 1
0
Quatd frame_rot() {
	Quatd rot;
	rot.clear();
	rot = rotation(M_PI * 0.5, make_vector< double >(1,0,0));
	return rot;
}