MCvPoint3D64fCrossProduct Method |
http://www.emgu.com
Return the cross 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 MCvPoint3D64f CrossProduct(
MCvPoint3D64f point
)
Public Function CrossProduct (
point As MCvPoint3D64f
) As MCvPoint3D64f
public:
MCvPoint3D64f CrossProduct(
MCvPoint3D64f point
)
member CrossProduct :
point : MCvPoint3D64f -> MCvPoint3D64f
Parameters
- point
- Type: Emgu.CV.StructureMCvPoint3D64f
the other 3D point
Return Value
Type:
MCvPoint3D64fThe cross product of the two 3D point
See Also