Uses of Class
georegression.struct.line.LinePolar2D_F64
Package
Description
-
Uses of LinePolar2D_F64 in georegression.fitting.line
Modifier and TypeMethodDescriptionModelManagerLinePolar2D_F64.createModelInstance()
static @Nullable LinePolar2D_F64
FitLine_F64.polar
(List<Point2D_F64> points, double[] weights, @Nullable LinePolar2D_F64 ret) Computes the weighted best fit line to the set of points using the polar line equation.static LinePolar2D_F64
FitLine_F64.polar
(List<Point2D_F64> points, @Nullable LinePolar2D_F64 ret) Computes the unweighted best fit line to the set of points using the polar line equation.static LinePolar2D_F64
FitLine_I32.polar
(List<Point2D_I32> points, int start, int length, @Nullable LinePolar2D_F64 ret) Computes the unweighted best fit line to the set of points using the polar line equation.Modifier and TypeMethodDescriptionvoid
ModelManagerLinePolar2D_F64.copyModel
(LinePolar2D_F64 src, LinePolar2D_F64 dst) static @Nullable LinePolar2D_F64
FitLine_F64.polar
(List<Point2D_F64> points, double[] weights, @Nullable LinePolar2D_F64 ret) Computes the weighted best fit line to the set of points using the polar line equation.static LinePolar2D_F64
FitLine_F64.polar
(List<Point2D_F64> points, @Nullable LinePolar2D_F64 ret) Computes the unweighted best fit line to the set of points using the polar line equation.static LinePolar2D_F64
FitLine_I32.polar
(List<Point2D_I32> points, int start, int length, @Nullable LinePolar2D_F64 ret) Computes the unweighted best fit line to the set of points using the polar line equation. -
Uses of LinePolar2D_F64 in georegression.geometry
Modifier and TypeMethodDescriptionstatic LinePolar2D_F64
UtilLine2D_F64.convert
(LineGeneral2D_F64 src, @Nullable LinePolar2D_F64 ret) Converts a line from general to polar.static LinePolar2D_F64
UtilLine2D_F64.convert
(LineParametric2D_F64 src, @Nullable LinePolar2D_F64 ret) Converts a line from parametric to polar.Modifier and TypeMethodDescriptionstatic LinePolar2D_F64
UtilLine2D_F64.convert
(LineGeneral2D_F64 src, @Nullable LinePolar2D_F64 ret) Converts a line from general to polar.static LinePolar2D_F64
UtilLine2D_F64.convert
(LineParametric2D_F64 src, @Nullable LinePolar2D_F64 ret) Converts a line from parametric to polar.static LineGeneral2D_F64
UtilLine2D_F64.convert
(LinePolar2D_F64 src, @Nullable LineGeneral2D_F64 ret) Converts a line from polar form to general.static LineParametric2D_F64
UtilLine2D_F64.convert
(LinePolar2D_F64 src, @Nullable LineParametric2D_F64 ret) Converts a line from polar form to parametric. -
Uses of LinePolar2D_F64 in georegression.struct
Modifier and TypeMethodDescriptionstatic LinePolar2D_F64
ConvertFloatType.convert
(LinePolar2D_F32 src, @Nullable LinePolar2D_F64 dst) Modifier and TypeMethodDescriptionstatic LinePolar2D_F64
ConvertFloatType.convert
(LinePolar2D_F32 src, @Nullable LinePolar2D_F64 dst) static LinePolar2D_F32
ConvertFloatType.convert
(LinePolar2D_F64 src, @Nullable LinePolar2D_F32 dst) -
Uses of LinePolar2D_F64 in georegression.struct.line
Modifier and TypeMethodDescriptionLinePolar2D_F64.setTo
(double distance, double angle) LinePolar2D_F64.setTo
(LinePolar2D_F64 src)