public class Estimate_position_slope
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) float |
px |
(package private) float |
py |
(package private) float |
x |
(package private) float |
y |
Constructor and Description |
---|
Estimate_position_slope(float x1,
float y1,
float x2,
float y2,
float drift)
Given positions at either end of ID, determine the position and slope at center
|