Return the dot product of two 3D point
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public double DotProduct( MCvPoint3D64f point )
Public Function DotProduct ( _ point As MCvPoint3D64f _ ) As Double
public: double DotProduct( MCvPoint3D64f point )
Parameters
- point
- MCvPoint3D64f
the other 3D point