public void Read(BlamLib.IO.EndianReader s)
 {
     X = s.ReadSingle();
     Y = s.ReadSingle();
     Z = s.ReadSingle();
     W = s.ReadSingle();
 }