remove Vector2f.ToArray()

This commit is contained in:
ikpil 2023-04-01 15:22:17 +09:00
parent 921c8bed92
commit 6e7f1925ad
1 changed files with 0 additions and 5 deletions

View File

@ -37,10 +37,5 @@ namespace DotRecast.Core
default: throw new IndexOutOfRangeException($"{index}-{value}");
}
}
public float[] ToArray()
{
return new float[] { x, y };
}
}
}