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