casse-brick latest
Ce projet est réalisé dans le cadre du cours de Programmation Avancée en M1 Informatique de l'université de Strasbourg.
Loading...
Searching...
No Matches
Functions
CollidingObject.cpp File Reference
#include "CollidingObject.h"

Go to the source code of this file.

Functions

float distance (const point &p1, const point &p2)
 
point getIntersection (point s1, point s2, int k)
 

Function Documentation

◆ distance()

float distance ( const point p1,
const point p2 
)

Definition at line 20 of file CollidingObject.cpp.

◆ getIntersection()

point getIntersection ( point  s1,
point  s2,
int  k 
)

Definition at line 24 of file CollidingObject.cpp.