예제 #1
0
파일: seg3d.cs 프로젝트: thild/sawdust
 // TODO the following constructor could be removed if we ALWAYS knew the origin
 public seg3d(xyz _a, xyz _b)
 {
     a      = _a;
     b      = _b;
     origin = null;
 }