VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class
In This Topic
    AffineMatrix3D Class Methods
    In This Topic
    For a list of all methods of this type, see AffineMatrix3D.
    Public Methods
     NameDescription
    Public MethodClones this instance of 3D affine matrix.
    Public Methodstatic (Shared in Visual Basic)Creates a matrix, which is rotated about the specified point relative to the specified axis vector.
    Public Methodstatic (Shared in Visual Basic)Creates scaled matrix.
    Public Methodstatic (Shared in Visual Basic)Creates skewed matrix about the X axis.
    Public Methodstatic (Shared in Visual Basic)Creates skewed matrix about the Y axis.
    Public Methodstatic (Shared in Visual Basic)Creates skewed matrix about the Z axis.
    Public Methodstatic (Shared in Visual Basic)Creates matrix and translates it to the specified offset.
    Public MethodOverloaded. Returns a value indicating whether this instance is equal to a specified object.
    Public MethodReturns the hash code for this instance.
    Public Methodstatic (Shared in Visual Basic)Returns an identity matrix.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Inverts an .
    Public Methodstatic (Shared in Visual Basic)Overloaded. Multiplies a by another .
    Public MethodMultiplies the specified AffineMatrix3D to this AffineMatrix3D.
    Public MethodRotates this AffineMatrix3D about the specified axis vector.
    Public MethodRotates this AffineMatrix3D about the specified point relative to the specified axis vector.
    Public MethodPrepends a rotation of the specified angle at the specified point relative to the specified axis vector to this AffineMatrix3D.
    Public MethodPrepends a rotation of the specified angle relative to the specified vector to this AffineMatrix3D.
    Public MethodAppends the specified scale vector to this AffineMatrix3D.
    Public MethodPrepends the specified scale vector to this AffineMatrix3D.
    Public MethodChanges this AffineMatrix3D into an identity matrix.
    Public MethodSets the current matrix from specified matrix.
    Public MethodOverloaded. Returns the string representation of this object.
    Public MethodAppends a translation of the specified offsets to this AffineMatrix3D.
    Public MethodPrepends a translation of the specified offsets to this AffineMatrix3D.
    See Also