Uses of Class
com.irurueta.geometry.NotLocusException
Packages that use NotLocusException
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 NotLocusException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw NotLocusExceptionModifier and TypeMethodDescriptionCircle.getTangentLineAt(Point2D point) Returns a line tangent to this circle at provided point.Circle.getTangentLineAt(Point2D point, double threshold) Returns a line tangent to this circle at provided point.Conic.getTangentLineAt(Point2D point) Returns a line tangent to this conic at provided point.Ellipse.getTangentLineAt(Point2D point) Returns a line tangent to this ellipse at provided point.Ellipse.getTangentLineAt(Point2D point, double threshold) Returns a line tangent to this ellipse at provided point.Quadric.getTangentPlaneAt(Point3D point) Returns a plane tangent to this quadric at provided point, as long as the provided point is locus of this quadric.Sphere.getTangentPlaneAt(Point3D point) Returns a plane tangent to this sphere at provided point.Sphere.getTangentPlaneAt(Point3D point, double threshold) Returns a plane tangent to this sphere at provided point.voidCircle.tangentLineAt(Point2D point, Line2D line, double threshold) Computes a line tangent to this circle at provided point.voidConic.tangentLineAt(Point2D point, Line2D line, double threshold) Computes a line tangent to this conic at provided point.voidEllipse.tangentLineAt(Point2D point, Line2D line, double threshold) Computes a line tangent to this circle at provided point.voidQuadric.tangentPlaneAt(Point3D point, Plane plane, double threshold) Computes a plane tangent to this quadric at provided point, as long as the provided point is locus of this quadric up to provided threshold.voidSphere.tangentPlaneAt(Point3D point, Plane plane, double threshold) Computes a plane tangent to this sphere at provided point.