コード例 #1
0
ファイル: common.cs プロジェクト: UnityCore/multiwii
 public PointLatLngAlt(Locationwp locwp)
 {
     this.Lat = locwp.lat;
     this.Lng = locwp.lng;
     this.Alt = locwp.alt;
 }
コード例 #2
0
ファイル: common.cs プロジェクト: NovoRoboClass/Multirotor
 public PointLatLngAlt(Locationwp locwp)
 {
     this.Lat = locwp.lat;
     this.Lng = locwp.lng;
     this.Alt = locwp.alt;
 }