MCvPoint3D64f Structure |
Namespace: Emgu.CV.Structure
The MCvPoint3D64f type exposes the following members.
Name | Description | |
---|---|---|
![]() | MCvPoint3D64f |
Create a MCvPoint3D64f structure with the specific x and y coordinates
|
Name | Description | |
---|---|---|
![]() | CrossProduct |
Return the cross product of two 3D point
|
![]() | DotProduct |
Return the dot product of two 3D point
|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | Equals(MCvPoint3D64f) |
Check if the other point equals to this point
|
![]() | 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, MCvPoint3D64f) |
Multiply the point with a scale
|
![]() ![]() | Multiply(MCvPoint3D64f, Double) |
Multiply the point with a scale
|
![]() ![]() | Subtraction |
Subtract p2 from p1 |