Uses of Class
georegression.struct.line.LinePolar2D_F32
Package
Description
-
Uses of LinePolar2D_F32 in georegression.fitting.line
Modifier and TypeMethodDescriptionModelManagerLinePolar2D_F32.createModelInstance()
static @Nullable LinePolar2D_F32
FitLine_F32.polar
(List<Point2D_F32> points, float[] weights, @Nullable LinePolar2D_F32 ret) Computes the weighted best fit line to the set of points using the polar line equation.static LinePolar2D_F32
FitLine_F32.polar
(List<Point2D_F32> points, @Nullable LinePolar2D_F32 ret) Computes the unweighted best fit line to the set of points using the polar line equation.static LinePolar2D_F32
FitLine_I32.polar
(List<Point2D_I32> points, int start, int length, @Nullable LinePolar2D_F32 ret) Computes the unweighted best fit line to the set of points using the polar line equation.Modifier and TypeMethodDescriptionvoid
ModelManagerLinePolar2D_F32.copyModel
(LinePolar2D_F32 src, LinePolar2D_F32 dst) static @Nullable LinePolar2D_F32
FitLine_F32.polar
(List<Point2D_F32> points, float[] weights, @Nullable LinePolar2D_F32 ret) Computes the weighted best fit line to the set of points using the polar line equation.static LinePolar2D_F32
FitLine_F32.polar
(List<Point2D_F32> points, @Nullable LinePolar2D_F32 ret) Computes the unweighted best fit line to the set of points using the polar line equation.static LinePolar2D_F32
FitLine_I32.polar
(List<Point2D_I32> points, int start, int length, @Nullable LinePolar2D_F32 ret) Computes the unweighted best fit line to the set of points using the polar line equation. -
Uses of LinePolar2D_F32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic LinePolar2D_F32
UtilLine2D_F32.convert
(LineGeneral2D_F32 src, @Nullable LinePolar2D_F32 ret) Converts a line from general to polar.static LinePolar2D_F32
UtilLine2D_F32.convert
(LineParametric2D_F32 src, @Nullable LinePolar2D_F32 ret) Converts a line from parametric to polar.Modifier and TypeMethodDescriptionstatic LinePolar2D_F32
UtilLine2D_F32.convert
(LineGeneral2D_F32 src, @Nullable LinePolar2D_F32 ret) Converts a line from general to polar.static LinePolar2D_F32
UtilLine2D_F32.convert
(LineParametric2D_F32 src, @Nullable LinePolar2D_F32 ret) Converts a line from parametric to polar.static LineGeneral2D_F32
UtilLine2D_F32.convert
(LinePolar2D_F32 src, @Nullable LineGeneral2D_F32 ret) Converts a line from polar form to general.static LineParametric2D_F32
UtilLine2D_F32.convert
(LinePolar2D_F32 src, @Nullable LineParametric2D_F32 ret) Converts a line from polar form to parametric. -
Uses of LinePolar2D_F32 in georegression.struct
Modifier and TypeMethodDescriptionstatic LinePolar2D_F32
ConvertFloatType.convert
(LinePolar2D_F64 src, @Nullable LinePolar2D_F32 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_F32 in georegression.struct.line
Modifier and TypeMethodDescriptionLinePolar2D_F32.setTo
(float distance, float angle) LinePolar2D_F32.setTo
(LinePolar2D_F32 src)