Cog3DMatrix3x3 PropertiesCognex VisionPro 9.5

The Cog3DMatrix3x3 type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyDeterminant
Gets the determinant of this matrix.
Public propertyElement
This property is deprecated, please use GetElment and SetElement instead.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIsIdentity
Gets whether this matrix is identity.
Public propertyIsRotation
Gets whether this matrix is a pure rotation.
Public propertyIsSingular
Gets whether this matrix is singular.
Public propertyScaleX
Gets the x scale value of this matrix. The x scale is defined to be the length of the vector resulting from mapping the x unit vector through this matrix.
Public propertyScaleY
Gets the y scale value of this matrix. The y scale is defined to be the length of the vector resulting from mapping the y unit vector through this matrix.
Public propertyScaleZ
Gets the z scale value of this matrix. The z scale is defined to be the length of the vector resulting from mapping the z unit vector through this matrix.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also