Transform2DRigid MethodsCognex VisionPro 9.24

The Transform2DRigid type exposes the following members.

Methods

  NameDescription
Public methodBestFitLinearTransform

Returns a new linear transform which best describes this transform over the given set of points. The points must be expressed in 'from' coordinates.

Public methodCompose

Returns a new rigid transform which is the composition of the given transform (on the right side) and this one (on the left side).

Public methodComposeBase

Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).

Public methodCopy

Returns a new copy of this transform.

Public methodCopyBase

Returns a new copy of this transform.

Public methodEquals
Compares the equality of this object with another.
(Overrides ChangedEventShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ChangedEventShareableBase GetHashCode .)
Public methodGetLinearTransform

Returns a new linear transform which describes this rigid transform.

Public methodGetRotationTranslation

Extract the named parameters from this transform. Rotation is in radians.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodIdentity

Returns true if this transform is an identity mapping within the given tolerance. The tolerance is applied to the rotation and both translation components.

Public methodInvert

Returns a new rigid transform which is the inverse of this one.

Public methodInvertBase

Returns a new transform which is the inverse of this one.

Public methodLinearTransform

Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates.

Public methodMapAngle

Maps the given angle (in radians) through this transform and returns the result (in radians).

Public methodMapPoint

Maps the given x,y point through this transform, filling in the mapped x,y coordinates.

Public methodMapPoints

Map the supplied points through this transform.

Public methodMapVector

Maps the given x,y vector through this transform, filling in the mapped x,y vector components.

Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodSetRotationTranslation

Set this transform from the given parameters. Rotation is in radians.

Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
See Also