Package frc.robot.math
Class Line
java.lang.Object
frc.robot.math.Line
Represents a line in 2d space. Uses Ax + By + c = 0 representation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
public double a -
b
public double b -
c
public double c -
name
-
-
Constructor Details
-
Line
Represents a line in 2d space. Uses Ax + By + c = 0 representation.
-
-
Method Details
-
intersection
Get intersection of two lines. Returns null if lines are parallel.
-