MCvPoint3D32fDotProduct Method |
http://www.emgu.com
Return the dot product of two 3D point
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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