Click or drag to resize

MCvPoint3D64fCrossProduct Method

http://www.emgu.com
Return the cross product of two 3D point

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public MCvPoint3D64f CrossProduct(
	MCvPoint3D64f point
)

Parameters

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

Return Value

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