ray_sphere_intersection.md 347 Bytes
Newer Older
allai5's avatar
allai5 committed
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
title: Ray Sphere Intersection
permalink: /pathtracer/ray_sphere_intersection
grand_parent: "A3: Pathtracer"
parent: (Task 2) Intersections
---

# Ray Sphere Intersection

<center><img src="sphere_intersect_diagram.png" style="height:320px"></center>
<center><img src="sphere_intersect_eqns.png" style="height:400px"></center>