Cog3DVect2 Multiply Operator Cognex VisionPro 9.24
Multiply a Cog3DVect2 by a scalar.

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

public static Cog3DVect2 operator *(
	Cog3DVect2 vect,
	double mult
)

Parameters

vect
Type: Cognex.VisionPro3D Cog3DVect2
The vector.
mult
Type: System Double
The scalar multiplier.

Return Value

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