Map a collection of 3D vectors using the inverse transform of this transform, i.e. rotate the given vectors
using the inverse transform.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- vectors3D
- Type: Cognex.VisionPro3D Cog3DVect3Collection
The collection of 3D vectors to map using the inverse transform of this transform. May not be null.
Return Value
Type: Cog3DVect3CollectionA collection holding the inversely mapped vectors.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also