feat: add RcMatrix4x4f

This commit is contained in:
ikpil 2023-09-12 00:02:47 +09:00
parent 6e8867ec94
commit c08f5f530f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
namespace DotRecast.Core
{
public struct RcMatrix4X4
public struct RcMatrix4x4
{
public float m11;
public float m12;