|
programmer's documentation
|
Compute rotation velocity relative to fixed coordinates at a given point. More...

Public Member Functions | |
| subroutine | rotation_velocity (r_num, coords, vr) |
Compute rotation velocity relative to fixed coordinates at a given point.
| [in] | r_num | rotation number (0 for none, > 0 otherwise) |
| [in] | coords | coordinates at point |
| [out] | vr | relative velocity |
| subroutine rotation_velocity | ( | integer(c_int) | r_num, |
| real(c_double), dimension(3), intent(in) | coords, | ||
| real(c_double), dimension(3), intent(out) | vr | ||
| ) |
1.8.7