Большое переупорядочивание исходного кода (не окончено)
This commit is contained in:
parent
f3b0232dd4
commit
a3c9e93270
15 changed files with 694 additions and 646 deletions
|
|
@ -2,6 +2,7 @@
|
|||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Numerics;
|
||||
using BasicGeometry;
|
||||
|
||||
public static class Program
|
||||
|
|
@ -46,7 +47,7 @@ public static class Program
|
|||
{
|
||||
Console.WriteLine("({0}, {1}, {2}, {3})", versor.GetScalar(), versor.GetX1(), versor.GetX2(), versor.GetX3());
|
||||
}
|
||||
|
||||
/*
|
||||
public static int Main()
|
||||
{
|
||||
int amount = 1000000;
|
||||
|
|
@ -75,6 +76,15 @@ public static class Program
|
|||
PrintVersor(versors2[10]);
|
||||
PrintVersor(results[10]);
|
||||
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
public static int Main()
|
||||
{
|
||||
Vector2FP32 vector = Vector2FP32.ZERO;
|
||||
|
||||
Console.WriteLine("{0}", vector.ToString());
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue