Calculates the velocity of the vertices of a Voronoi face. More...
#include "geometry.hpp"

Go to the source code of this file.
Functions | |
| Vector2D | calc_face_vertex_velocity (const Vector2D &p1_pos, const Vector2D &p1_vel, const Vector2D &p2_pos, const Vector2D &p2_vel, const Vector2D &vertex) |
| Calculates the velocity of the vertices of a Voronoi face. More... | |
Calculates the velocity of the vertices of a Voronoi face.
Definition in file calc_face_vertex_velocity.hpp.
| Vector2D calc_face_vertex_velocity | ( | const Vector2D & | p1_pos, |
| const Vector2D & | p1_vel, | ||
| const Vector2D & | p2_pos, | ||
| const Vector2D & | p2_vel, | ||
| const Vector2D & | vertex | ||
| ) |
Calculates the velocity of the vertices of a Voronoi face.
| p1_pos | Position of the first mesh generating point |
| p1_vel | Velocity of the first mesh generating point |
| p2_pos | Position of the second mesh generating point |
| p2_vel | Velocity of the second mesh generating point |
| vertex | Vertex |
Definition at line 5 of file calc_face_vertex_velocity.cpp.

1.8.13