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

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

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

Parameters

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

Return Value

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