Exemplo n.º 1
0
 /// <summary>
 /// Reflect vector in given point
 /// </summary>
 public Vector3d ReflectIn(Point3d p)
 {
     return(-this);
 }