Deleted obsolete files
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
[InternetShortcut]
|
|
||||||
URL=https://blog.elmah.io/creating-custom-debug-visualizers-for-visual-studio-2022/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"WindowLocation": {
|
|
||||||
"Left": 32,
|
|
||||||
"Top": 32,
|
|
||||||
"Width": 800,
|
|
||||||
"Height": 449,
|
|
||||||
"WindowState": 0
|
|
||||||
},
|
|
||||||
"ThemeName": 5
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
using System.Numerics;
|
|
||||||
using Num.Roto.Visualization.Math.Geometry;
|
|
||||||
|
|
||||||
#region points
|
|
||||||
var point0 = new Vector3(1,2,3);
|
|
||||||
var point1 = new Vector3(5, 6, 7);
|
|
||||||
Vector3[] pointArray = [point0, point1];
|
|
||||||
List<Vector3> pointList = [.. pointArray];
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
#region frames
|
|
||||||
|
|
||||||
var orientation = Quaternion.CreateFromAxisAngle(Vector3.UnitZ,1);
|
|
||||||
var frame = new Frame(point0,1, orientation);
|
|
||||||
Frame[] frameArray = [frame, frame with { Translation = point1}];
|
|
||||||
var frameList = frameArray.ToList();
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
//var typeName = point0.GetType().AssemblyQualifiedName;
|
|
||||||
return;
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<OutputType>Exe</OutputType>
|
|
||||||
<TargetFramework>net10.0</TargetFramework>
|
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
|
||||||
<Nullable>enable</Nullable>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\Num.Roto.Visualization\Math\Num.Roto.Visualization.Math.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
<Solution>
|
|
||||||
<Project Path="../../Num.Roto.Visualization/Math/Num.Roto.Visualization.Math.csproj" />
|
|
||||||
<Project Path="Vector3VisualizerTest.csproj" />
|
|
||||||
</Solution>
|
|
||||||
Reference in New Issue
Block a user