mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
impl getters
This commit is contained in:
parent
49fd22cbb6
commit
9a8e09207d
1 changed files with 5 additions and 0 deletions
5
src/Ray.cc
Normal file
5
src/Ray.cc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "Ray.h"
|
||||
|
||||
Vector3f Ray::getOrigin() const { return origin; }
|
||||
|
||||
Vector3f Ray::getDirection() const { return direction; }
|
Loading…
Add table
Add a link
Reference in a new issue