Click or drag to resize

Matrix3x2Class Class

Class wrapper around the Matrix3x2 struct. The wrapped matrix can be accessed by the Matrix property.
Inheritance Hierarchy
SystemObject
  Altaxo.GeometryMatrix3x2Class

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Matrix3x2Class : IEquatable<Matrix3x2Class>, 
	IEquatable<Matrix3x2>, IImmutable

The Matrix3x2Class type exposes the following members.

Constructors
 NameDescription
Public methodMatrix3x2Class Initializes a new instance of the Matrix3x2Class class with the identity transformation.
Public methodMatrix3x2Class(Matrix3x2) Initializes a new instance of the Matrix3x2Class class.
Public methodMatrix3x2Class(Double, Double, Double, Double, Double, Double) Initializes a new instance of the Matrix3x2Class class.
Top
Properties
 NameDescription
Public propertyMatrix Gets the wrapped matrix.
Top
Methods
 NameDescription
Public methodEquals(Matrix3x2) 
Public methodEquals(Matrix3x2Class) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also