Cog3DVect2 Division Operator Cognex VisionPro 9.21 SR1
Divide a Cog3DVect2 by a scalar.

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

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

Parameters

vect
Type: Cognex.VisionPro3D Cog3DVect2
The vector.
denom
Type: System Double
The scalar divisor.

Return Value

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