public void Save(Stream output)
 {
     StreamHelpers.WriteValueF32(output, this.rc11);
     StreamHelpers.WriteValueF32(output, this.rc12);
     StreamHelpers.WriteValueF32(output, this.rc13);
     StreamHelpers.WriteValueF32(output, this.rc14);
     StreamHelpers.WriteValueF32(output, this.rc21);
     StreamHelpers.WriteValueF32(output, this.rc22);
     StreamHelpers.WriteValueF32(output, this.rc23);
     StreamHelpers.WriteValueF32(output, this.rc24);
     StreamHelpers.WriteValueF32(output, this.rc31);
     StreamHelpers.WriteValueF32(output, this.rc32);
     StreamHelpers.WriteValueF32(output, this.rc33);
     StreamHelpers.WriteValueF32(output, this.rc34);
 }