using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.DirectX;
using System.IO;
namespace ComplexMesh
{
struct df
{
private int x;
private int y;
private int z;
private int yx;
private int yy;
private int yz;
private string name;
private Vector3 f;
public int X
{
get
{
return (x);
}
set { x = value; }
}
.....
};
public class location
{
df[] a;
public df lt(String Name)
{
for (int i = 0; i < a.Length; i++)
{
if (i > 0)
return;
}
}
public location()
{
}
}
}
这是我要做的把3个位置信息和转换的角度几个数据写入生成.xml文件有谁会啊?帮帮我吧!!