コード例 #1
0
 public static void Divide(ref VectorProxy a, float b, out VectorProxy result)
 {
     throw new InvalidOperationException();
 }
コード例 #2
0
 public static VectorProxy Multiply(VectorProxy a, float b)
 {
     throw new InvalidOperationException();
 }
コード例 #3
0
 public static VectorProxy Divide(VectorProxy a, float b)
 {
     throw new InvalidOperationException();
 }
コード例 #4
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static void DistanceSquared(ref VectorProxy a, ref VectorProxy b, out float result)
 {
     throw new InvalidOperationException();
 }
コード例 #5
0
 public static void Dot(ref VectorProxy a, ref VectorProxy b, out AnyType result)
 {
     throw new InvalidOperationException();
 }
コード例 #6
0
 public static VectorProxy Normalize(VectorProxy v)
 {
     throw new InvalidOperationException();
 }
コード例 #7
0
 public static void DistanceSquared(ref VectorProxy a, ref VectorProxy b, out float result)
 {
     throw new InvalidOperationException();
 }
コード例 #8
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static VectorProxy Normalize(VectorProxy v)
 {
     throw new InvalidOperationException();
 }
コード例 #9
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static VectorProxy Subtract(VectorProxy a, VectorProxy b)
 {
     throw new InvalidOperationException();
 }
コード例 #10
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static VectorProxy Multiply(VectorProxy a, float b)
 {
     throw new InvalidOperationException();
 }
コード例 #11
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static void Multiply(ref VectorProxy a, float b, out VectorProxy result)
 {
     throw new InvalidOperationException();
 }
コード例 #12
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static void Dot(ref VectorProxy a, ref VectorProxy b, out AnyType result)
 {
     throw new InvalidOperationException();
 }
コード例 #13
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static AnyType Dot(VectorProxy a, VectorProxy b)
 {
     throw new InvalidOperationException();
 }
コード例 #14
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static VectorProxy Divide(VectorProxy a, float b)
 {
     throw new InvalidOperationException();
 }
コード例 #15
0
 public static VectorProxy Subtract(VectorProxy a, VectorProxy b)
 {
     throw new InvalidOperationException();
 }
コード例 #16
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static void Subtract(ref VectorProxy a, ref VectorProxy b, out VectorProxy result)
 {
     throw new InvalidOperationException();
 }
コード例 #17
0
 public static void Subtract(ref VectorProxy a, ref VectorProxy b, out VectorProxy result)
 {
     throw new InvalidOperationException();
 }
コード例 #18
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public bool Equals(VectorProxy other)
 {
     throw new InvalidOperationException();
 }
コード例 #19
0
 public static float DistanceSquared(VectorProxy a, VectorProxy b)
 {
     throw new InvalidOperationException();
 }
コード例 #20
0
 public static AnyType Dot(VectorProxy a, VectorProxy b)
 {
     throw new InvalidOperationException();
 }
コード例 #21
0
 public bool Equals(VectorProxy other)
 {
     throw new InvalidOperationException();
 }
コード例 #22
0
ファイル: Primitives.cs プロジェクト: KevinKelley/JSIL
 public static float DistanceSquared(VectorProxy a, VectorProxy b)
 {
     throw new InvalidOperationException();
 }