Uses of Class
com.irurueta.geometry.HomogeneousPoint3D
Packages that use HomogeneousPoint3D
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 HomogeneousPoint3D in com.irurueta.geometry
Methods in com.irurueta.geometry that return HomogeneousPoint3DModifier and TypeMethodDescriptionInhomogeneousPoint3D.toHomogeneous()Converts this instance into an homogeneous 3D point and returns the result as a new homogeneous 3D point instance.Methods in com.irurueta.geometry with parameters of type HomogeneousPoint3DModifier and TypeMethodDescriptionbooleanHomogeneousPoint3D.equals(HomogeneousPoint3D point) Checks if the homogeneous 3D point described by this instance equals the input HomogeneousPoint3D (using a comparison threshold).booleanHomogeneousPoint3D.equals(HomogeneousPoint3D point, double threshold) Checks if the homogeneous 3D point described by this instance equals the input HomogeneousPoint2d (using a comparison threshold).booleanInhomogeneousPoint3D.equals(HomogeneousPoint3D point) Checks if the homogeneous 3D point described by this instance equals the input HomogeneousPoint3D (using a comparison threshold).booleanInhomogeneousPoint3D.equals(HomogeneousPoint3D point, double threshold) Checks if the homogeneous 3D point described by this instance equals the input HomogeneousPoint3D (using a comparison threshold). -
Uses of HomogeneousPoint3D in com.irurueta.geometry.refiners
Methods in com.irurueta.geometry.refiners that return HomogeneousPoint3DModifier and TypeMethodDescriptionHomogeneousPoint3DRefiner.refine()Refines provided initial estimation.Methods in com.irurueta.geometry.refiners with parameters of type HomogeneousPoint3DModifier and TypeMethodDescriptionbooleanHomogeneousPoint3DRefiner.refine(HomogeneousPoint3D result) Refines provided initial estimation.Constructors in com.irurueta.geometry.refiners with parameters of type HomogeneousPoint3DModifierConstructorDescriptionHomogeneousPoint3DRefiner(HomogeneousPoint3D initialEstimation, boolean keepCovariance, com.irurueta.numerical.robust.InliersData inliersData, List<Plane> samples, double refinementStandardDeviation) Constructor.HomogeneousPoint3DRefiner(HomogeneousPoint3D initialEstimation, boolean keepCovariance, BitSet inliers, double[] residuals, int numInliers, List<Plane> samples, double refinementStandardDeviation) Constructor.