整理代码
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
[XmlType("Location")]
|
||||
[Serializable]
|
||||
public class Location : Point3D
|
||||
{
|
||||
[XmlAttribute("Phi")]
|
||||
public double RotationPlane;
|
||||
|
||||
[XmlAttribute("Theta")]
|
||||
public double RotationVertical;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user