Construct this Cog3DTransformRotation using a rotation axis and rotation angle.
Namespace: Cognex.VisionPro3DNote that if the given axis is not a unit vector, a corresponding unit vector is computed and used.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- axisAngle
- Type: Cognex.VisionPro3D Cog3DAxisAngle
The axis/angle representation of rotation transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If axisAngle.Axis is (0,0,0). |
See Also