Ejemplo n.º 1
0
 public static object Transform_WiimoteLib_AccelState_TO_WiimoteLib_Proxy_AccelState(object transformFrom)
 {
     WiimoteLib.Proxy.AccelState target = new WiimoteLib.Proxy.AccelState();
     WiimoteLib.AccelState       from   = (WiimoteLib.AccelState)transformFrom;
     target.RawValues = (WiimoteLib.Proxy.Point3)Transform_WiimoteLib_Point3_TO_WiimoteLib_Proxy_Point3(from.RawValues);
     target.Values    = (WiimoteLib.Proxy.Point3F)Transform_WiimoteLib_Point3F_TO_WiimoteLib_Proxy_Point3F(from.Values);
     return(target);
 }
 public static object Transform_WiimoteLib_AccelState_WiimoteLib_Proxy_AccelState(object transformObj)
 {
     WiimoteLib.Proxy.AccelState target = new WiimoteLib.Proxy.AccelState();
     WiimoteLib.AccelState       from   = (WiimoteLib.AccelState)transformObj;
     target.RawX = from.RawX;
     target.RawY = from.RawY;
     target.RawZ = from.RawZ;
     target.X    = from.X;
     target.Y    = from.Y;
     target.Z    = from.Z;
     return(target);
 }
Ejemplo n.º 3
0
 public static object Transform_WiimoteLib_Proxy_AccelState_TO_WiimoteLib_AccelState(object transformFrom)
 {
     WiimoteLib.AccelState target = new WiimoteLib.AccelState();
     WiimoteLib.Proxy.AccelState from = (WiimoteLib.Proxy.AccelState)transformFrom;
     target.RawValues = (WiimoteLib.Point3)Transform_WiimoteLib_Proxy_Point3_TO_WiimoteLib_Point3(from.RawValues);
     target.Values = (WiimoteLib.Point3F)Transform_WiimoteLib_Proxy_Point3F_TO_WiimoteLib_Point3F(from.Values);
     return target;
 }
 public static object Transform_WiimoteLib_Proxy_AccelState_WiimoteLib_AccelState(object transformObj)
 {
     WiimoteLib.AccelState target = new WiimoteLib.AccelState();
     WiimoteLib.Proxy.AccelState from = (WiimoteLib.Proxy.AccelState)transformObj;
     target.RawX = from.RawX;
     target.RawY = from.RawY;
     target.RawZ = from.RawZ;
     target.X = from.X;
     target.Y = from.Y;
     target.Z = from.Z;
     return target;
 }