GLYLIB
0.3.0b
|
Go to the source code of this file.
Functions | |
double * | create_rotation_matrix (coord_3D point, vectormag_3D direction, double theta) |
void | destroy_rotation_matrix (double *matrix) |
void | apply_rotation_matrix_to_coord_p (coord_3D *c, double *matrix) |
void | rotate_coords_about_axis_dp_list (coord_3D **coords, int num_coords, coord_3D point, vectormag_3D direction, double theta) |
coord_3D | get_cartesian_point_from_internal_coords (coord_3D a, coord_3D b, coord_3D c, double theta, double phi, double distance) |