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