[]
        
(Showing Draft Content)

C1.Blazor.Core.Extensions

Extensions Class

Class that provides static extension methods for several other classes.

Inheritance
Extensions
Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public static class Extensions

Methods

Name Description
Multiply(Matrix3x2, Matrix3x2)

Multiplies the left matrix by the right matrix.

Multiply(Matrix3x2, ref Matrix3x2, out Matrix3x2)

Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter.

Transform(Matrix3x2, double, double)

Transforms a point by this matrix.