public static object Transform_WiimoteLib_Point3F_TO_WiimoteLib_Proxy_Point3F(object transformFrom)
 {
     WiimoteLib.Proxy.Point3F target = new WiimoteLib.Proxy.Point3F();
     WiimoteLib.Point3F       from   = (WiimoteLib.Point3F)transformFrom;
     target.X = from.X;
     target.Y = from.Y;
     target.Z = from.Z;
     return(target);
 }
 public static object Transform_WiimoteLib_Point3F_TO_WiimoteLib_Proxy_Point3F(object transformFrom)
 {
     WiimoteLib.Proxy.Point3F target = new WiimoteLib.Proxy.Point3F();
     WiimoteLib.Point3F from = (WiimoteLib.Point3F)transformFrom;
     target.X = from.X;
     target.Y = from.Y;
     target.Z = from.Z;
     return target;
 }