This is the complete list of members for com.beyondar.android.util.math.MathUtils, including all inherited members.
calcAngleFaceToCamera(Point3 p1, Point3 p2, Point3 out) (defined in com.beyondar.android.util.math.MathUtils) | com.beyondar.android.util.math.MathUtils | static |
GLUnitsToMeters(float glUnits) (defined in com.beyondar.android.util.math.MathUtils) | com.beyondar.android.util.math.MathUtils | static |
isPowerOfTwo(int n) | com.beyondar.android.util.math.MathUtils | static |
linearInterpolate(float x_start, float y_start, float z_start, float x_end, float y_end, float z_end, float newDistance, float totalDistanceToMove, Point3 dstPoint) | com.beyondar.android.util.math.MathUtils | static |
linearInterpolate(double x_start, double y_start, double z_start, double x_end, double y_end, double z_end, double newDistance, double totalDistanceToMove, double[] dstPoint) | com.beyondar.android.util.math.MathUtils | static |
metersToGlUnits(float meters) | com.beyondar.android.util.math.MathUtils | static |