Tanoda
|
Public Member Functions | |
void | Init () |
void | Vector_Up () |
void | Vector_Down () |
void | Vector_Forward () |
void | Vector_Backward () |
void | Vector_Left () |
void | Vector_Right () |
void | Vector_Zero () |
void | Vector_XAxis () |
void | Vector_YAxis () |
void | Vector_ZAxis () |
void | Vector_Constructor_1 () |
void | Vector_Constructor_2 () |
void | Vector_Magnitude () |
void | Vector_Magnitude_Squared () |
void | Vector_DistanceTo () |
void | Vector_AngleTo () |
void | Vector_Pitch () |
void | Vector_Yaw () |
void | Vector_Roll () |
void | Vector_Dot () |
void | Vector_Cross () |
void | Vector_Normalized () |
void | Vector_Plus () |
void | Vector_Minus () |
void | Vector_Negate () |
void | Vector_Times () |
void | Vector_Divide () |
void | Vector_Equals () |
void | Vector_NotEqual () |
void | Vector_IsValid () |
Definition at line 14 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Init | ( | ) |
Definition at line 20 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_AngleTo | ( | ) |
Definition at line 181 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Backward | ( | ) |
Definition at line 47 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Constructor_1 | ( | ) |
Definition at line 103 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Constructor_2 | ( | ) |
Definition at line 115 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Cross | ( | ) |
Definition at line 297 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_DistanceTo | ( | ) |
Definition at line 162 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Divide | ( | ) |
Definition at line 349 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Dot | ( | ) |
Definition at line 288 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Down | ( | ) |
Definition at line 31 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Equals | ( | ) |
Definition at line 355 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Forward | ( | ) |
Definition at line 39 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_IsValid | ( | ) |
Definition at line 413 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Left | ( | ) |
Definition at line 55 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Magnitude | ( | ) |
Definition at line 126 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Magnitude_Squared | ( | ) |
Definition at line 144 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Minus | ( | ) |
Definition at line 330 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Negate | ( | ) |
Definition at line 337 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Normalized | ( | ) |
Definition at line 309 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_NotEqual | ( | ) |
Definition at line 405 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Pitch | ( | ) |
Definition at line 228 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Plus | ( | ) |
Definition at line 323 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Right | ( | ) |
Definition at line 63 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Roll | ( | ) |
Definition at line 268 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Times | ( | ) |
Definition at line 343 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Up | ( | ) |
Definition at line 23 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_XAxis | ( | ) |
Definition at line 79 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Yaw | ( | ) |
Definition at line 248 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_YAxis | ( | ) |
Definition at line 87 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_ZAxis | ( | ) |
Definition at line 95 of file VectorTests.cs.
void Leap.LeapCSharp.Tests.VectorTests.Vector_Zero | ( | ) |
Definition at line 71 of file VectorTests.cs.