Home
last modified time | relevance | path

Searched refs:rotation_matrix3f (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DVector.cpp1543 rotation_matrix3f(angle, dir[0], dir[1], dir[2], rot); in get_rotation_about3f3fTTTf()
1564 rotation_matrix3f(angle, axis[0], axis[1], axis[2], &mat[0][0]); in rotation_to_matrix33f()
1567 void rotation_matrix3f(float angle, float x, float y, float z, float *m) in rotation_matrix3f() function
1922 rotation_matrix3f(angle, axis[0], axis[1], axis[2], &rot[0][0]); in rotation_to_matrix()
H A DVector.h235 void rotation_matrix3f(float angle, float x, float y, float z, float *m);
H A DMatrix.cpp859 rotation_matrix3f(angle, x, y, z, m33); in MatrixGetRotationC44f()
884 rotation_matrix3f(angle, x, y, z, m33); in MatrixRotateC44f()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DView.cpp1178 rotation_matrix3f(fxn * angle, rot_axis[0], rot_axis[1], rot_axis[2], &imat[0][0]); in ViewElemInterpolate()
1204 rotation_matrix3f(fxn * angle, rot_axis[0], rot_axis[1], rot_axis[2], &imat[0][0]); in ViewElemInterpolate()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectSlice.cpp710 rotation_matrix3f(theta, n2[0], n2[1], n2[2], mat); in ObjectSliceDrag()