Home
last modified time | relevance | path

Searched refs:rotate_global2local (Results 1 – 4 of 4) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmath_extra_liggghts_nonspherical.cpp89 MathExtraLiggghtsNonspherical::rotate_global2local(quat, omega, omega_body); in integrate_omega()
90 MathExtraLiggghtsNonspherical::rotate_global2local(quat, torque, torque_body); in integrate_omega()
159 rotate_global2local(quat, angmom, angmom_body); in angmom_to_omega()
169 rotate_global2local(quat, omega, omega_body); in omega_to_angmom()
H A Dsuperquadric.h66 void rotate_global2local(const double *input_coord, double *result);
H A Dsuperquadric.cpp62 inline void Superquadric::rotate_global2local(const double *input_coord, double *result) in rotate_global2local() function in Superquadric
80 rotate_global2local(x_temp, result); //rotate x_temp from global to local in global2local()
442 rotate_global2local(normal_global, normal_local); in plane_intersection()
718rotate_global2local(direction_vector, direction_vector_local); //rotate direction vector to the lo… in surface_line_intersection()
983rotate_global2local(direction_vector, direction_vector_local); //rotate direction vector to the lo… in surface_line_intersection1()
1041 rotate_global2local(direction_vector, direction_vector_local); in ellipsoid_line_intersection()
H A Dmath_extra_liggghts_nonspherical.h89 inline void rotate_global2local(const double *quat, const double *input_coord, double *result);
97 inline void rotate_global2local(const double *mat, const double *input_coord, double *result);
431 inline void MathExtraLiggghtsNonspherical::rotate_global2local(const double *quat, const double *in… in rotate_global2local() function