/ README.md
README.md
 1  # 104intersection
 2  
 3  ## Auteur: @Sakutaroo and @Leandre17
 4  
 5  USAGE<br />
 6  
 7  > git clone git@github.com:Leandre17/Epitech-104intersection.git
 8  
 9  > ./104intersection opt xp yp zp xv yv zv p<br />
10  
11  DESCRIPTION<br />
12  opt&emsp;&emsp;&emsp;&emsp;&emsp;&ensp;surface option: 1 for a sphere, 2 for a cylinder, 3 for a cone<br />
13  (xp, yp, zp)&emsp;&emsp;coordinates of a point by which the light ray passes through<br />
14  (xv, yv, zv)&emsp;&emsp;&nbsp;coordinates of a vector parallel to the light ray<br />
15  p&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&nbsp;parameter: radius of the sphere, radius of the cylinder, or<br />
16  &emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&ensp;&nbsp;angle formed by the cone and the Z-axis