/Main/src/Microsoft.Research.Visualization3D/Providers/SurfaceSlice/SurfaceSlice.cs
C# | 11 lines | 10 code | 1 blank | 0 comment | 0 complexity | 4a66ec516fa9df3c382e1359782bde51 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 5 6namespace Microsoft.Research.Visualization3D.Providers.SurfaceSlice 7{ 8 class SurfaceSlice 9 { 10 } 11}