Functions
calc_face_vertex_velocity.hpp File Reference

Calculates the velocity of the vertices of a Voronoi face. More...

#include "geometry.hpp"
Include dependency graph for calc_face_vertex_velocity.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Calculates the velocity of the vertices of a Voronoi face.

Author
Almog Yalinewich

Definition in file calc_face_vertex_velocity.hpp.

Function Documentation

◆ calc_face_vertex_velocity()

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.

Parameters
p1_posPosition of the first mesh generating point
p1_velVelocity of the first mesh generating point
p2_posPosition of the second mesh generating point
p2_velVelocity of the second mesh generating point
vertexVertex
Returns
Velocity at vertex

Definition at line 5 of file calc_face_vertex_velocity.cpp.

Here is the call graph for this function: