コード例 #1
0
ファイル: Figure.cs プロジェクト: LebedevaElen/Ray-tracing
 ///<summary>
 /// Returns true if the ray hits the figure and false otherwise. If there's an intersection, returns its parameters into inter.
 ///</summary>
 public abstract bool Hit(Ray ray, ref Intersection inter);