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