public class Point2D3D
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
georegression.struct.point.Point3D_F64 |
location
3D location of the feature in world coordinates
|
georegression.struct.point.Point2D_F64 |
observation
Observed location of the feature on the image plane
|
| Constructor and Description |
|---|
Point2D3D() |
Point2D3D(georegression.struct.point.Point2D_F64 observation,
georegression.struct.point.Point3D_F64 location) |
| Modifier and Type | Method and Description |
|---|---|
georegression.struct.point.Point3D_F64 |
getLocation() |
georegression.struct.point.Point2D_F64 |
getObservation() |
void |
set(Point2D3D src)
Sets 'this' to be identical to 'src'.
|
void |
setLocation(georegression.struct.point.Point3D_F64 location) |
void |
setObservation(georegression.struct.point.Point2D_F64 observation) |
public georegression.struct.point.Point2D_F64 observation
public georegression.struct.point.Point3D_F64 location
public Point2D3D()
public Point2D3D(georegression.struct.point.Point2D_F64 observation,
georegression.struct.point.Point3D_F64 location)
public void set(Point2D3D src)
public georegression.struct.point.Point2D_F64 getObservation()
public void setObservation(georegression.struct.point.Point2D_F64 observation)
public georegression.struct.point.Point3D_F64 getLocation()
public void setLocation(georegression.struct.point.Point3D_F64 location)