Uses of Class
georegression.struct.line.LinePolar2D_F32
Packages that use LinePolar2D_F32
Package
Description
-
Uses of LinePolar2D_F32 in georegression.fitting.line
Methods in georegression.fitting.line that return LinePolar2D_F32Modifier 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.Methods in georegression.fitting.line with parameters of type LinePolar2D_F32Modifier 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
Methods in georegression.geometry that return LinePolar2D_F32Modifier 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.Methods in georegression.geometry with parameters of type LinePolar2D_F32Modifier 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
Methods in georegression.struct that return LinePolar2D_F32Modifier and TypeMethodDescriptionstatic LinePolar2D_F32
ConvertFloatType.convert
(LinePolar2D_F64 src, @Nullable LinePolar2D_F32 dst) Methods in georegression.struct with parameters of type LinePolar2D_F32Modifier 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
Methods in georegression.struct.line that return LinePolar2D_F32Modifier and TypeMethodDescriptionLinePolar2D_F32.setTo
(float distance, float angle) LinePolar2D_F32.setTo
(LinePolar2D_F32 src) Methods in georegression.struct.line with parameters of type LinePolar2D_F32