identity matrix
This commit is contained in:
@@ -7,6 +7,8 @@ namespace PveTeam.Mathematics
|
||||
{
|
||||
public class Transform
|
||||
{
|
||||
public static Transform Identity => Matrix4x4.Identity;
|
||||
|
||||
private Matrix4x4 _backingMatrix;
|
||||
|
||||
private Vector3 _position;
|
||||
|
Reference in New Issue
Block a user