18 Assert.True(thisVector.
Equals(thatVector),
"this.Equals(that) Vector");
24 Vector thisVector =
new Leap.
Vector(1.111111111111111f, 2.222222222222222f, 3.333333333333333f);
25 Vector thatVector =
new Leap.
Vector(1.111111111111111f, 2.222222222222222f, 3.333333333333333f);
26 Assert.True(thisVector.
Equals(thatVector),
"this.Equals(that) Vector");
32 Vector thisVector =
new Vector(0.199821f, -0.845375f, 0.495392f);
33 Vector thatVector =
new Vector(0.199821f, -0.845375f, 0.495392f);
34 Assert.True(thisVector.
Equals(thatVector),
"this.Equals(that) Vector");
void Vector_more_floats()
The Vector struct represents a three-component mathematical vector or point such as a direction or po...
bool Equals(Vector v)
Compare Vector equality component-wise.