Exemple #1
0
 public Sphere(double r, Vector3 p, Vector3 e, Vector3 f, Reflection_t reflection_t)
 {
     this.r            = r;
     this.p            = p.Clone();
     this.e            = e.Clone();
     this.f            = f.Clone();
     this.reflection_t = reflection_t;
 }
Exemple #2
0
 public Sphere(double r, Vector3 p, Vector3 e, Vector3 f, Reflection_t reflection_t)
 {
     this.r            = r;
     this.p            = p;
     this.e            = e;
     this.f            = f;
     this.reflection_t = reflection_t;
 }