Пример #1
0
 public ref TShapeWideB GetShapeB(ref UnflippableTestPairWide <TShapeA, TShapeWideA, TShapeB, TShapeWideB> pair)
 {
     return(ref pair.B);
 }
Пример #2
0
 public ref QuaternionWide GetOrientationB(ref UnflippableTestPairWide <TShapeA, TShapeWideA, TShapeB, TShapeWideB> pair)
 {
     return(ref pair.OrientationB);
 }
Пример #3
0
 public ref Vector <int> GetFlipMask(ref UnflippableTestPairWide <TShapeA, TShapeWideA, TShapeB, TShapeWideB> pair)
 {
     throw new NotImplementedException();
 }