Vector3D implementation

This commit is contained in:
2024-05-27 12:02:14 +02:00
parent b7a805da9e
commit 19e869e8c3
5 changed files with 233 additions and 13 deletions

25
PveTeam.Mathematics.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PveTeam.Mathematics", "PveTeam.Math\PveTeam.Mathematics.csproj", "{D875C780-DB5A-4252-94DE-6C6BA7C78A0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D875C780-DB5A-4252-94DE-6C6BA7C78A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D875C780-DB5A-4252-94DE-6C6BA7C78A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D875C780-DB5A-4252-94DE-6C6BA7C78A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D875C780-DB5A-4252-94DE-6C6BA7C78A0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D629AF92-13DF-4560-9245-41A14AA9781C}
EndGlobalSection
EndGlobal