Emgu CV Library Documentation
CrossProduct Method (point2)
NamespacesEmgu.CVPoint3D<(Of <(T>)>)CrossProduct(Point3D<(Of <(T>)>))

www.emgu.com/wiki
Return the cross product of this point with point2
Declaration Syntax
C#Visual BasicVisual C++
public Point3D<T> CrossProduct(
	Point3D<T> point2
)
Public Function CrossProduct ( _
	point2 As Point3D(Of T) _
) As Point3D(Of T)
public:
Point3D<T>^ CrossProduct(
	Point3D<T>^ point2
)
Parameters
point2 (Point3D<(Of <(T>)>))
The other point to apply cross product with
Return Value
The cross product of the two point

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)