예제 #1
0
파일: V3.cs 프로젝트: xstos/alithiatec
		public static V3 New(Edge edge) {
			return new V3(edge.Head, edge.Tail);
		}