Added Math::Mod method

This commit is contained in:
Leonetienne
2021-11-15 16:10:07 +01:00
parent e699a20f11
commit 6926ebab1c
5 changed files with 111 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
<ClCompile Include="Math_RandomInteger.cpp" />
<ClCompile Include="Math_RandomIntRange.cpp" />
<ClCompile Include="Math_Similar.cpp" />
<ClCompile Include="Math__Mod.cpp" />
<ClCompile Include="Math__Oscillate.cpp" />
<ClCompile Include="Math__RandomRange.cpp" />
<ClCompile Include="Matrix4x4.cpp" />