TransformMatrix property

pull/17/head
cosmonaut 2022-03-19 02:03:59 -07:00
parent def50f305c
commit 4fda9a2ce5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace MoonWorks.Math
public float Rotation { get; }
public Vector2 Scale { get; }
public Matrix3x2 TransformMatrix;
public Matrix3x2 TransformMatrix { get; }
public Transform2D(Vector2 position)
{