Advertisement
nedjo

Paths

Jan 24th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using _1_Point3D;
  4.  
  5. namespace Paths
  6. {
  7. public class Paths
  8. {
  9. Point3D point = new Point3D(2.0, 3.0, 2.0);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement