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