public class PointGradient_F64
extends georegression.struct.point.Point2D_F64
| Modifier and Type | Field and Description |
|---|---|
double |
dx
Image gradient at this location
|
double |
dy
Image gradient at this location
|
| Constructor and Description |
|---|
PointGradient_F64() |
PointGradient_F64(double x,
double y,
double dx,
double dy) |
PointGradient_F64(PointGradient_F64 orig) |
| Modifier and Type | Method and Description |
|---|---|
PointGradient_F64 |
copy() |
double |
getDx() |
double |
getDy() |
void |
set(double x,
double y,
double dx,
double dy) |
void |
set(PointGradient_F64 orig) |
void |
setDx(double dx) |
void |
setDy(double dy) |
createNewInstance, set, toStringpublic double dx
public double dy
public PointGradient_F64(double x,
double y,
double dx,
double dy)
public PointGradient_F64(PointGradient_F64 orig)
public PointGradient_F64()
public void set(PointGradient_F64 orig)
public void set(double x,
double y,
double dx,
double dy)
public void setDx(double dx)
public void setDy(double dy)
public double getDx()
public double getDy()
public PointGradient_F64 copy()
copy in class georegression.struct.point.Point2D_F64