Created
April 3, 2016 19:07
-
-
Save tpietzsch/5889189fac9e3904d429d4c651c302ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is an adaption of the algorithm described in <a href= | |
* "http://www.geometrictools.com/Documentation/DistancePointEllipseEllipsoid.pdf"> | |
* "Distance from a Point to an Ellipse, an Ellipsoid, or a Hyperellipsoid" by | |
* David Eberly</a> and available as a C++ implementation from | |
* <a href="http://www.geometrictools.com">www.geometrictools.com</a> under the | |
* <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License</a> | |
* | |
* @author Tobias Pietzsch <[email protected]> | |
*/ | |
public class DistPointHyperEllipsoid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment