| MCvPoint3D32fCrossProduct Method |
http://www.emgu.com
Return the cross product of two 3D point
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic MCvPoint3D32f CrossProduct(
MCvPoint3D32f point
)
Public Function CrossProduct (
point As MCvPoint3D32f
) As MCvPoint3D32f
public:
MCvPoint3D32f CrossProduct(
MCvPoint3D32f point
)
member CrossProduct :
point : MCvPoint3D32f -> MCvPoint3D32f
Parameters
- point
- Type: Emgu.CV.StructureMCvPoint3D32f
the other 3D point
Return Value
Type:
MCvPoint3D32fThe cross product of the two 3D point
See Also