Return the cross product of two 3D point

C# | Visual Basic | Visual C++ |
public MCvPoint3D32f CrossProduct( MCvPoint3D32f point )
Public Function CrossProduct ( _ point As MCvPoint3D32f _ ) As MCvPoint3D32f
public: MCvPoint3D32f CrossProduct( MCvPoint3D32f point )

- point (MCvPoint3D32f)
- the other 3D point

The cross product of the two 3D point