OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcAxis
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java
67
public static double[]
calcAxis
(double[] v1, double[] v2) {
ViewMatrix.java
333
double[] axis = Quaternion.
calcAxis
(mStartV, mMoveToV);
Completed in 528 milliseconds