Cog3DTransformLinear ClassCognex VisionPro 9.5
This is the class for 3D linear (affine) transform. A 3D linear transform has rotation, translation, scale, and shear. It contains a 3x3 matrix part and a 3D translation part.

Note that this class is immutable - it may not be changed once it has been constructed.

Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro3D Cog3DTransformLinear

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

[SerializableAttribute]
public class Cog3DTransformLinear : CogSerializableObjectBase, 
	ICog3DTransform, IDisposable

The Cog3DTransformLinear type exposes the following members.

Constructors

  NameDescription
Public methodCog3DTransformLinear 
Construct this default (identity transform) Cog3DTransformLinear.
Public methodCog3DTransformLinear(Cog3DTransformLinear)
Construct this object by making a deep copy of the supplied object.
Protected methodCog3DTransformLinear(SerializationInfo, StreamingContext)
Serialization constructor.
Public methodCog3DTransformLinear(Cog3DMatrix3x3, Cog3DVect3)
Construct this Cog3DTransformLinear using 3x3 matrix and translation.
Top
Methods

  NameDescription
Public methodCompose
Compose this linear transform and another linear transform. Note that composing is from left to right: this * rhs
Public methodComposeBase
Creates a new transform which is the composition of the given transform (on the right side) and this one (on the left side).

Note that the return transform is always the canonical representation of the composed transform. Therefore, it might be of type Cog3DTransformComposed or a simpler type.

Public methodCopyBase
Create a deep copy of this transform.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Dispose this object.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalize this object.
(Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetMatrix
Get a copy of the matrix part of this linear transform.
Protected methodGetObjectData
Serializer for this object.
(Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodInverse
Compute the inverse transform of this transform.
Public methodInverseBase
Compute the inverse of this transform.
Public methodInvMapPoint
Map a 3D point using the inverse transform of this transform.
Public methodInvMapPoints
Map a collection of 3D points using the inverse transform of this transform.
Public methodInvMapVector
Map a 3D vector using the inverse transform of this transform, i.e. map the given vector using only the matrix part of the inverse transform.
Public methodInvMapVectors
Map a collection of 3D vectors using the inverse transform of this transform, i.e. use only the matrix part of the inverse transform in mapping.
Public methodMapPoint
Map a 3D point.
Public methodMapPoints
Map a collection of 3D points.
Public methodMapVector
Map a 3D Vector using this transform. This corresponds to map the vector only using the matrix part of this transform.
Public methodMapVectors
Map a collection of 3D vectors using this transform, i.e., only use the matrix part in mapping.
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodStatic memberRealEqual
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.
Public methodToString
Override of ToString method to get a string for describing this object.
(Overrides Object ToString .)
Top
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
Properties

  NameDescription
Public propertyIsIdentity
Gets whether this transform is identity.
Public propertyLinear
Gets whether this transform is linear.
Public propertyTranslation
Gets the translation of this linear transform.
Top
See Also