![]() |
programmer's documentation
|
Update coordinates based on a global rotation and time. More...
Public Member Functions | |
subroutine | rotation_update_coords (n_coords, t_rot, coords) |
Update coordinates based on a global rotation and time.
[in] | n_coords | number of coordinates |
[in] | t_rot | time since rotation start |
[in,out] | coords | coordinates array |
subroutine rotation_update_coords | ( | integer(c_int) | n_coords, |
real(c_double) | t_rot, | ||
real(c_double), dimension(3,*), intent(inout) | coords | ||
) |