AffineMatrix2D Structure

CVB.Net Documentation
Compacted affine matrix for 2D operations.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct AffineMatrix2D

The AffineMatrix2D type exposes the following members.

Constructors

  NameDescription
Public methodAffineMatrix2D
Define an affine matrix.
Top
Properties

  NameDescription
Public propertyIsTranslation
True if this affine matrix corresponds to a pure translation, false otherwise.
Public propertyItem
Index access.
Public propertyMatrix
The transformation part of the affine matrix.
Public propertyTranslation
The translation part of the affine matrix.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvert
Invert this affine matrix if possible.
Public methodToString
String conversion.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberMultiply
Compose two affine matrices by multiplying them.
Top
Fields

  NameDescription
Public fieldStatic memberIdentity
The identity element.
Top
Remarks

The third line is assumed to be 0, 0, 1.
See Also

Reference