Cog3DVect3 Division Operator Cognex VisionPro
Divide a Cog3DVect3 by a scalar.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public static Cog3DVect3 operator /(
	Cog3DVect3 vect,
	double denom
)

Return Value

Type: Cog3DVect3
The divided (scaled) vector.
See Also