Click or drag to resize
MCvPoint3D32fCrossProduct Method
http://www.emgu.com
Return the cross product of two 3D point

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public MCvPoint3D32f CrossProduct(
	MCvPoint3D32f point
)

Parameters

point
Type: Emgu.CV.StructureMCvPoint3D32f
the other 3D point

Return Value

Type: MCvPoint3D32f
The cross product of the two 3D point
See Also