Cog3DVect2 Division Operator Cognex VisionPro 9.5
Divide a Cog3DVect2 by a scalar.

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

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

Return Value

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