Package georegression.geometry.lines
Class IntersectionLinesGeneral_F32
java.lang.Object
georegression.geometry.lines.IntersectionLinesGeneral_F32
@Generated("georegression.geometry.lines.IntersectionLinesGeneral_F64")
public class IntersectionLinesGeneral_F32
extends Object
Finds the intersection of 
LineGeneral2D_F32 by minimizing algebraic error. The output point
 will be in homogenous coordinates and coule be at infinity.- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FMatrixRMajLinear solver used internally.protected final FMatrixRMaj - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(List<LineGeneral2D_F32> lines, Point3D_F32 intersection) Solves for the best fit point of intersection 
- 
Field Details
- 
solver
Linear solver used internally. Swap out if speed is needed more than accuracy - 
A
 - 
x
 
 - 
 - 
Constructor Details
- 
IntersectionLinesGeneral_F32
public IntersectionLinesGeneral_F32() 
 - 
 - 
Method Details
- 
process
Solves for the best fit point of intersection- Parameters:
 lines- (Input) Set of linesintersection- (Output) Found 2D homogenous coordinate- Returns:
 - true if nothing went horribly wrong
 
 
 -