예제 #1
0
 public Ray(Vec origin, Vec direction)
 {
     Origin    = origin;
     Direction = direction;
 }