Uses of Class
georegression.struct.plane.PlaneGeneral3D_F64
Packages that use PlaneGeneral3D_F64
Package
Description
-
Uses of PlaneGeneral3D_F64 in georegression.fitting
Methods in georegression.fitting that return PlaneGeneral3D_F64Modifier and TypeMethodDescriptionShapeFittingRobustOps.lmedsPlaneFromPointNormals(List<PlaneNormal3D_F64> points) Estimates a plane from points with surface normalsShapeFittingRobustOps.lmedsPlaneFromPoints(List<Point3D_F64> points) Estimates a plane from pointsShapeFittingRobustOps.ransacPlaneFromPointNormals(List<PlaneNormal3D_F64> points) Estimates a plane from points with surface normalsShapeFittingRobustOps.ransacPlaneFromPoints(List<Point3D_F64> points) Estimates a plane from points -
Uses of PlaneGeneral3D_F64 in georegression.fitting.plane
Methods in georegression.fitting.plane that return PlaneGeneral3D_F64Methods in georegression.fitting.plane that return types with arguments of type PlaneGeneral3D_F64Modifier and TypeMethodDescriptionPointDistanceFromPlaneGeneral_F64.getModelType()PointNormalDistanceFromPlaneGeneral_F64.getModelType()Methods in georegression.fitting.plane with parameters of type PlaneGeneral3D_F64Modifier and TypeMethodDescriptionvoidModelManagerPlaneGeneral3D_F64.copyModel(PlaneGeneral3D_F64 src, PlaneGeneral3D_F64 dst) voidCodecPlaneGeneral3D_F64.decode(double[] input, PlaneGeneral3D_F64 outputModel) voidCodecPlaneGeneral3D_F64.encode(PlaneGeneral3D_F64 inputModel, double[] output) booleanGeneratorPlaneFromPlane_F64.generate(List<PlaneNormal3D_F64> dataSet, PlaneGeneral3D_F64 output) booleanGeneratorPlaneGeneral3D_F64.generate(List<Point3D_F64> list, PlaneGeneral3D_F64 found) voidPointDistanceFromPlaneGeneral_F64.setModel(PlaneGeneral3D_F64 plane) voidPointNormalDistanceFromPlaneGeneral_F64.setModel(PlaneGeneral3D_F64 plane) -
Uses of PlaneGeneral3D_F64 in georegression.geometry
Methods in georegression.geometry that return PlaneGeneral3D_F64Modifier and TypeMethodDescriptionstatic PlaneGeneral3D_F64UtilPlane3D_F64.convert(PlaneNormal3D_F64 input, @Nullable PlaneGeneral3D_F64 output) Converts a plane in normal form into a general equationMethods in georegression.geometry with parameters of type PlaneGeneral3D_F64Modifier and TypeMethodDescriptionstatic PlaneNormal3D_F64UtilPlane3D_F64.convert(PlaneGeneral3D_F64 input, @Nullable PlaneNormal3D_F64 output) Converts a plane in general form into normal form.static PlaneGeneral3D_F64UtilPlane3D_F64.convert(PlaneNormal3D_F64 input, @Nullable PlaneGeneral3D_F64 output) Converts a plane in normal form into a general equationstatic doubleUtilPlane3D_F64.evaluate(PlaneGeneral3D_F64 plane, Point3D_F64 point) Applies the plane's definition to test to see if a point is one the planestatic voidUtilPlane3D_F64.hessianNormalForm(PlaneGeneral3D_F64 plane) Converts the plane into Hessian normal form.static Se3_F64UtilPlane3D_F64.planeToWorld(PlaneGeneral3D_F64 plane, @Nullable Se3_F64 planeToWorld) Creates a transform from the plane's reference frame into world's reference frame.static Se3_F64UtilPlane3D_F64.planeToWorld(PlaneGeneral3D_F64 plane, Vector3D_F64 axisX, Vector3D_F64 axisY, Vector3D_F64 axisZ, @Nullable Se3_F64 planeToWorld) -
Uses of PlaneGeneral3D_F64 in georegression.metric
Methods in georegression.metric with parameters of type PlaneGeneral3D_F64Modifier and TypeMethodDescriptionstatic Point3D_F64ClosestPoint3D_F64.closestPoint(PlaneGeneral3D_F64 plane, Point3D_F64 point, @Nullable Point3D_F64 found) Finds the closest point on the plane to the specified point.static Point3D_F64ClosestPoint3D_F64.closestPointOrigin(PlaneGeneral3D_F64 plane, @Nullable Point3D_F64 found) Finds the closest point on the plane to the origin.static doubleDistance3D_F64.distanceSigned(PlaneGeneral3D_F64 plane, Point3D_F64 point) Distance between a plane and a point.static booleanIntersection3D_F64.intersection(PlaneGeneral3D_F64 plane, LineParametric3D_F64 line, Point3D_F64 intersection) Finds the intersection of a line and a plane.static booleanIntersection3D_F64.intersection(PlaneGeneral3D_F64 a, PlaneGeneral3D_F64 b, LineParametric3D_F64 line) Finds the line which is the intersection between the two planes. -
Uses of PlaneGeneral3D_F64 in georegression.struct.plane
Methods in georegression.struct.plane that return PlaneGeneral3D_F64Modifier and TypeMethodDescriptionPlaneGeneral3D_F64.copy()PlaneGeneral3D_F64.setTo(double a, double b, double c, double d) PlaneGeneral3D_F64.setTo(PlaneGeneral3D_F64 src) Methods in georegression.struct.plane with parameters of type PlaneGeneral3D_F64Modifier and TypeMethodDescriptionbooleanPlaneGeneral3D_F64.isIdentical(PlaneGeneral3D_F64 o) PlaneGeneral3D_F64.setTo(PlaneGeneral3D_F64 src) Constructors in georegression.struct.plane with parameters of type PlaneGeneral3D_F64