MCvPoint3D32fDotProduct Method |
http://www.emgu.com
Return the dot product of two 3D point
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic float DotProduct(
MCvPoint3D32f point
)
Public Function DotProduct (
point As MCvPoint3D32f
) As Single
public:
float DotProduct(
MCvPoint3D32f point
)
member DotProduct :
point : MCvPoint3D32f -> float32
Parameters
- point
- Type: Emgu.CV.StructureMCvPoint3D32f
the other 3D point
Return Value
Type:
SingleThe dot product of the two 3D point
See Also