Uses of Class
com.irurueta.geometry.HomogeneousPoint2D
Packages that use HomogeneousPoint2D
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 HomogeneousPoint2D in com.irurueta.geometry
Methods in com.irurueta.geometry that return HomogeneousPoint2DModifier and TypeMethodDescriptionInhomogeneousPoint2D.toHomogeneous()Converts this instance into an homogeneous 2D point and returns the result as a new homogeneous 2D point instance.Methods in com.irurueta.geometry with parameters of type HomogeneousPoint2DModifier and TypeMethodDescriptionbooleanHomogeneousPoint2D.equals(HomogeneousPoint2D point) Checks if the homogeneous 2d point described by this instance equals the input HomogeneousPoint2d (using a comparison threshold).booleanHomogeneousPoint2D.equals(HomogeneousPoint2D point, double threshold) Checks if the homogeneous 2d point described by this instance equals the input HomogeneousPoint2d (using a comparison threshold).booleanInhomogeneousPoint2D.equals(HomogeneousPoint2D point) Checks if the homogeneous 2d point described by this instance equals the input HomogeneousPoint2d (using a comparison threshold).booleanInhomogeneousPoint2D.equals(HomogeneousPoint2D point, double threshold) Checks if the homogeneous 2d point described by this instance equals the input HomogeneousPoint2d (using a comparison threshold). -
Uses of HomogeneousPoint2D in com.irurueta.geometry.refiners
Methods in com.irurueta.geometry.refiners that return HomogeneousPoint2DModifier and TypeMethodDescriptionHomogeneousPoint2DRefiner.refine()Refines provided initial estimation.Methods in com.irurueta.geometry.refiners with parameters of type HomogeneousPoint2DModifier and TypeMethodDescriptionbooleanHomogeneousPoint2DRefiner.refine(HomogeneousPoint2D result) Refines provided initial estimation.Constructors in com.irurueta.geometry.refiners with parameters of type HomogeneousPoint2DModifierConstructorDescriptionHomogeneousPoint2DRefiner(HomogeneousPoint2D initialEstimation, boolean keepCovariance, com.irurueta.numerical.robust.InliersData inliersData, List<Line2D> samples, double refinementStandardDeviation) Constructor.HomogeneousPoint2DRefiner(HomogeneousPoint2D initialEstimation, boolean keepCovariance, BitSet inliers, double[] residuals, int numInliers, List<Line2D> samples, double refinementStandardDeviation) Constructor.