示例#1
0
 public static MatrixProxy Negate(MatrixProxy matrix)
 {
     throw new InvalidOperationException();
 }
示例#2
0
 public static MatrixProxy Lerp(MatrixProxy matrix1, MatrixProxy matrix2, float amount)
 {
     throw new InvalidOperationException();
 }
示例#3
0
 public static void Lerp(ref MatrixProxy matrix1, ref MatrixProxy matrix2, float amount, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#4
0
 public static MatrixProxy Divide(MatrixProxy matrix1, float divider)
 {
     throw new InvalidOperationException();
 }
示例#5
0
 public static void Divide(ref MatrixProxy matrix1, float divider, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#6
0
 public static MatrixProxy Multiply(MatrixProxy matrix1, MatrixProxy matrix2)
 {
     throw new InvalidOperationException();
 }
示例#7
0
 public static MatrixProxy Multiply(MatrixProxy matrix1, float scaleFactor)
 {
     throw new InvalidOperationException();
 }
示例#8
0
 public static MatrixProxy Negate(MatrixProxy matrix)
 {
     throw new InvalidOperationException();
 }
示例#9
0
 public static MatrixProxy Subtract(MatrixProxy matrix1, MatrixProxy matrix2)
 {
     throw new InvalidOperationException();
 }
示例#10
0
 public static MatrixProxy Multiply(MatrixProxy matrix1, float scaleFactor)
 {
     throw new InvalidOperationException();
 }
示例#11
0
 public static void Multiply(ref MatrixProxy matrix1, float scaleFactor, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#12
0
 public static MatrixProxy Multiply(MatrixProxy matrix1, MatrixProxy matrix2)
 {
     throw new InvalidOperationException();
 }
示例#13
0
 public static void Lerp(ref MatrixProxy matrix1, ref MatrixProxy matrix2, float amount, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#14
0
 public static MatrixProxy Lerp(MatrixProxy matrix1, MatrixProxy matrix2, float amount)
 {
     throw new InvalidOperationException();
 }
示例#15
0
 public static void Negate(ref MatrixProxy matrix, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#16
0
 public static void Subtract(ref MatrixProxy matrix1, ref MatrixProxy matrix2, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#17
0
 public static MatrixProxy Subtract(MatrixProxy matrix1, MatrixProxy matrix2)
 {
     throw new InvalidOperationException();
 }
示例#18
0
 public static MatrixProxy Transpose(MatrixProxy matrix)
 {
     throw new InvalidOperationException();
 }
示例#19
0
 public static void Multiply(ref MatrixProxy matrix1, ref MatrixProxy matrix2, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#20
0
 public static void Transpose(ref MatrixProxy matrix, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#21
0
 public static void Multiply(ref MatrixProxy matrix1, float scaleFactor, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#22
0
 public static MatrixProxy Transpose(MatrixProxy matrix)
 {
     throw new InvalidOperationException();
 }
示例#23
0
 public static void Divide(ref MatrixProxy matrix1, float divider, out MatrixProxy result)
 {
     throw new InvalidOperationException();
 }
示例#24
0
 public static MatrixProxy Divide(MatrixProxy matrix1, float divider)
 {
     throw new InvalidOperationException();
 }