Uses of Class
com.irurueta.geometry.UndefinedPointException
Packages that use UndefinedPointException
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of UndefinedPointException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw UndefinedPointExceptionModifier and TypeMethodDescriptionvoidCircle.closestPoint(Point2D point, Point2D result) Computes closest point to provided point that is located in this circle boundary and stores the result in provided result instance.voidSphere.closestPoint(Point3D point, Point3D result) Computes closest point to provided point that is located in this sphere boundary and stores the result in provided result instance.Circle.getClosestPoint(Point2D point) Returns closest point to provided point that is located in this circle boundary.Sphere.getClosestPoint(Point3D point) Returns closest point to provided point that is located in this sphere boundary.