示例#1
0
文件: V3.cs 项目: xstos/alithiatec
		public static V3 New(Edge edge) {
			return new V3(edge.Head, edge.Tail);
		}