kwrightapache commented on issue #11883:
URL: https://github.com/apache/lucene/issues/11883#issuecomment-1327742871

   Specifically, I need to write this method:
   
     /**
      * Given a plane and one point that is on that plane, find a perpendicular 
plane that goes through
      * both the origin and the point.
      *
      * @param plane is the original plane
      * @param M is the point on that plane
      * @return a plane that goes through M, the origin, and is perpendicular 
to the original plane
      */
     public static Plane constructPerpendicularCenterPlaneOnePoint(final Plane 
plane, final Vector M) {
       // MHL
     }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to