Cog3DTransformRotation OperatorsCognex VisionPro 9.8 SR1
Operators

  NameDescription
Public operatorStatic memberMultiply(Cog3DTransformRotation, Cog3DTransformRotation)
Operator for composing one rotation transform and another rotation transform:

rotation * rhs.

Public operatorStatic memberMultiply(Cog3DTransformRotation, Cog3DVect3)
Operator for mapping a 3D point using the specified 3D rotation transform: rotation * point3D.
Top
See Also