TransformMatrix property
parent
def50f305c
commit
4fda9a2ce5
|
@ -6,7 +6,7 @@ namespace MoonWorks.Math
|
||||||
public float Rotation { get; }
|
public float Rotation { get; }
|
||||||
public Vector2 Scale { get; }
|
public Vector2 Scale { get; }
|
||||||
|
|
||||||
public Matrix3x2 TransformMatrix;
|
public Matrix3x2 TransformMatrix { get; }
|
||||||
|
|
||||||
public Transform2D(Vector2 position)
|
public Transform2D(Vector2 position)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue