PageRenderTime 41ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Microsoft.Research.Visualization3D.Providers.SurfaceSlice
  6. {
  7. class SurfaceSlice
  8. {
  9. }
  10. }