コード例 #1
0
 private void LoadFromStream(Stream input)
 {
     this.rc11 = StreamHelpers.ReadValueF32(input);
     this.rc12 = StreamHelpers.ReadValueF32(input);
     this.rc13 = StreamHelpers.ReadValueF32(input);
     this.rc14 = StreamHelpers.ReadValueF32(input);
     this.rc21 = StreamHelpers.ReadValueF32(input);
     this.rc22 = StreamHelpers.ReadValueF32(input);
     this.rc23 = StreamHelpers.ReadValueF32(input);
     this.rc24 = StreamHelpers.ReadValueF32(input);
     this.rc31 = StreamHelpers.ReadValueF32(input);
     this.rc32 = StreamHelpers.ReadValueF32(input);
     this.rc33 = StreamHelpers.ReadValueF32(input);
     this.rc34 = StreamHelpers.ReadValueF32(input);
 }