Exemplo n.º 1
0
 public Sphere(Vec3 center, double radius)
 {
     this.Center = center;
     this.Radius = radius;
 }