Avalonia Matrix helper methods.
public static class MatrixHelper
kind:method, kind:property, kind:ctor. Press Esc to clear.Rotation(Double, Vector)Creates a matrix that rotates about a specified center.Rotation(Double, Double, Double)Creates a matrix that rotates about a specified center.Rotation(Double)Creates a matrix that rotates.Scale(Double, Double)Creates a matrix that scales along the x-axis and y-axis.ScaleAndTranslate(Double, Double, Double, Double)Creates a translation and scale matrix using the specified offsets and scales along the x-axis and y-axis.ScaleAt(Double, Double, Double, Double)Creates a matrix that is scaling from a specified center.ScaleAtPrepend(Matrix, Double, Double, Double, Double)Prepends a scale around the center of provided matrix.Skew(Single, Single)Creates a skew matrix.TransformPoint(Matrix, Point)Transforms a point by this matrix.Translate(Double, Double)Creates a translation matrix using the specified offsets.TranslatePrepend(Matrix, Double, Double)Prepends a translation around the center of provided matrix.