identity matrix

This commit is contained in:
2024-09-09 12:00:40 +02:00
parent c54610d091
commit 1e114f98b1

View File

@@ -7,6 +7,8 @@ namespace PveTeam.Mathematics
{
public class Transform
{
public static Transform Identity => Matrix4x4.Identity;
private Matrix4x4 _backingMatrix;
private Vector3 _position;