Cog3DTransformLinear OperatorsCognex VisionPro 9.8 SR1
Operators

  NameDescription
Public operatorStatic memberMultiply(Cog3DTransformLinear, Cog3DTransformLinear)
Operator for composing one linear transform and another linear transform. Note that the composing order is linear * rhs.
Public operatorStatic memberMultiply(Cog3DTransformLinear, Cog3DTransformRigid)
Operator for composing one linear transform and one rigid transform. Note that the composing order is linear * rigid.
Public operatorStatic memberMultiply(Cog3DTransformLinear, Cog3DVect3)
Operator for mapping a 3D point using the specified 3D linear transform. The definition is: linear * point3D.
Public operatorStatic memberMultiply(Cog3DTransformRigid, Cog3DTransformLinear)
Operator for composing one rigid transform and one linear transform. Note that the composing order is rigid * linear.
Top
See Also