Uses of Class
com.irurueta.geometry.ColinearPointsException
Packages that use ColinearPointsException
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 ColinearPointsException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw ColinearPointsExceptionModifier and TypeMethodDescriptionfinal voidCircle.setParametersFromPoints(Point2D point1, Point2D point2, Point2D point3) Sets parameters of a circle by using three points that must belong to its locus.final voidEllipse.setParametersFromPoints(Point2D point1, Point2D point2, Point2D point3, Point2D point4, Point2D point5) Sets parameters from 5 points.final voidEllipse.setParametersFromPoints(Point2D point1, Point2D point2, Point2D point3, Point2D point4, Point2D point5, double threshold) Sets parameters from 5 points.final voidEllipse.setParametersFromPointsCenterAndRotation(Point2D point1, Point2D point2, Point2D center, double theta) Sets parameters from 2 points, ellipse center and rotation.final voidPlane.setParametersFromThreePoints(Point3D pointA, Point3D pointB, Point3D pointC) Computes and sets plane parameters using provided 3D points.Triangle3D.toPlane()Returns the plane formed by the vertices of this triangle.voidComputes the plane formed by the vertices of this triangle and stores the result into provided Plane instance.Constructors in com.irurueta.geometry that throw ColinearPointsException