forked from bit/DotRecastNetSim
feat: add RcMatrix4x4f
This commit is contained in:
parent
6e8867ec94
commit
c08f5f530f
|
@ -1,6 +1,6 @@
|
|||
namespace DotRecast.Core
|
||||
{
|
||||
public struct RcMatrix4X4
|
||||
public struct RcMatrix4x4
|
||||
{
|
||||
public float m11;
|
||||
public float m12;
|
Loading…
Reference in New Issue