Package frc.lib.math
Class Line
java.lang.Object
frc.lib.math.Line
- All Implemented Interfaces:
Drawable
Represents a line in 2d space. Uses Ax + By + c = 0 representation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawImpl()
Draw to AdvantageScope unconditionally.intersection
(Line other) Get intersection of two lines.
-
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