3D point with double precision floating-point coordinates
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvPoint3D64f type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CvPoint3D64f | 
            Constructor
             | 
Methods
| Name | Description | |
|---|---|---|
|   | Distance | 
            Returns the distance between the specified two points
             | 
|  | DistanceTo | 
            Returns the distance between the specified two points
             | 
|  | Equals(Object) | 
            Specifies whether this object contains the same members as the specified Object.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(CvPoint3D64f) | 
            Specifies whether this object contains the same members as the specified Object.
             | 
|  | GetHashCode | 
            Returns a hash code for this object.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
Operators
| Name | Description | |
|---|---|---|
|   | Addition | 
            Shifts point by a certain offset
             | 
|   | Equality | 
            Compares two CvPoint3D64f objects. The result specifies whether the values of the X, Y and Z properties of the two CvPoint3D64f objects are equal.
             | 
|   | (CvPoint3D32f to CvPoint3D64f) | 
            Creates a CvPoint3D64f with the coordinates of the specified CvPoint3D32f.
             | 
|   | (CvPoint3D64f to CvPoint3D32f) | 
            Creates a CvPoint3D32f with the coordinates of the specified CvPoint3D64f.
             | 
|   | Inequality | 
            Compares two CvPoint3D64f objects. The result specifies whether the values of the X, Y or Z properties of the two CvPoint3D64f objects are unequal.
             | 
|   | Multiply | 
            Shifts point by a certain offset
             | 
|   | Subtraction | 
            Shifts point by a certain offset
             | 
|   | UnaryNegation | 
            Unary minus operator
             | 
|   | UnaryPlus | 
            Unary plus operator
             | 
Fields
| Name | Description | |
|---|---|---|
|   | Empty | 
            Represents a CvPoint3D64f structure with its properties left uninitialized. 
             | 
|   | SizeOf | 
            sizeof(CvPoint3D64f)
             | 
|  | X | 
            x-coordinate, usually zero-based 
             | 
|  | Y | 
            y-coordinate, usually zero-based 
             | 
|  | Z | 
            z-coordinate, usually zero-based 
             | 
See Also