[This is preliminary documentation and is subject to change.]
Return the cross product of two 3D point
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public MCvPoint3D32f CrossProduct( MCvPoint3D32f point )
Public Function CrossProduct ( _ point As MCvPoint3D32f _ ) As MCvPoint3D32f
public: MCvPoint3D32f CrossProduct( MCvPoint3D32f point )
Parameters
- point
- MCvPoint3D32f
the other 3D point