| MCvPoint2D64f Structure |
Namespace: Emgu.CV.Structure
The MCvPoint2D64f type exposes the following members.
| Name | Description | |
|---|---|---|
| MCvPoint2D64f |
Create a MCvPoint2D64f structure with the specific x and y coordinates
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from ValueType.) | |
| Equals(MCvPoint2D64f) |
Returns true if the two points equals.
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Addition |
Compute the sum of two 3D points
| |
| Multiply(Double, MCvPoint2D64f) |
Multiply the point with a scale
| |
| Multiply(MCvPoint2D64f, Double) |
Multiply the point with a scale
| |
| Subtraction |
Subtract p2 from p1 |