Divide a Cog3DVect3 by a scalar.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- vect
- Type: Cognex.VisionPro3D Cog3DVect3
The vector.
- denom
- Type: System Double
The scalar divisor.
Return Value
Type: Cog3DVect3The divided (scaled) vector.
See Also