Uses of Class
com.irurueta.geometry.Ellipse
Packages that use Ellipse
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 Ellipse in com.irurueta.geometry
Methods in com.irurueta.geometry that return EllipseModifier and TypeMethodDescriptionAccuracy3D.intersectWithPlane()Intersects ellipsoid representing this accuracy with horizontal xy plane.private EllipseAccuracy3D.intersectWithPlane(double standardDeviationFactor) Intersects ellipsoid representing this accuracy with provided standard deviation factor and with horizontal xy plane.Accuracy2D.toEllipse()Converts provided covariance matrix into a 2D ellipse taking into account current confidence and standard deviation factor.