Tagged Questions
0
votes
0answers
40 views
calculate the distance between two point from iPhone Camera [closed]
i want to calculate the distance between two point from iPhone camera. i am explain you that what i want. Suppose i am standing with my iPhone (with camera on) 10 feet far from the object. So my two ...
-3
votes
0answers
28 views
How do i make a search for only specific letters in a proposition
I have this phrase: aawwaaazzeezzzee.
I need to make a search that returns:
if the letter a has been grouped(aa) 2 times show how many times.
if the letter a has been grouped(aaa) 3 times show how ...
3
votes
1answer
84 views
Calculus to convert Y coordinates for purpose of updating bpm in a metronome
I'm in the course of developing a metronome for iPad. I'm using CGAffineTransformRotate for the metronomeArm animation, NSTimer(I'm not interested in great precision) for sound and a ...
2
votes
0answers
53 views
Simplifying a fraction with decimals for ratio calculation [duplicate]
Assume I want to calculate a ratio equality...
So,
a c
--- == ---
b d
Where a = 1.2, b = 2.4, d = 5.3
I know how to solve the equation (cross multiply and divide) easily; however, I ...
-10
votes
3answers
109 views
Calculate the sum of numbers between 1 and 100 that end in 5 [closed]
I'm trying to calculate the sum of all the numbers between 1 and 100, but only those numbers that end in 5: 5, 15, 25, and so on.
I have no idea how to do this; I know how to calculate a sum, but not ...
0
votes
1answer
123 views
Check if any values have changed a certain amount
Does anyone know any efficient ways to check if any set of integers contains an integer that has changed by a certain amount.
For example I have:
int1 = 10;
int2 = 20;
int3 = 30;
And I want to ...
0
votes
3answers
53 views
How to pick a line closest to the center on a grid?
I am drawing a simple grid, and I want the line closest to the center of the screen to be highlighted a different color.
What is the formula to determine what line was drawn that closely resembles ...
0
votes
3answers
71 views
Calculate Lattitute and longitute more between Latitude/Longitude points?
Latitude: 22.744812,
Longitude: 75.892578
The above would be considered my center point.
And now I need to determine the latitude and longitude points from center point 1000 miter outward to each ...
0
votes
1answer
46 views
Calculate Distance Forumla while using a Scale
I am trying to calculate a distance based upon the scale my users draws in.
My user can snap to other points in the game by drawing a line on a grid.
The grid is a numerical value that they can ...
0
votes
1answer
65 views
Distance between two points on circle in specific direction
I have two points on my circle, (x1y1) and (x2y2). How do I calculate distance between them in counter and clock wise direction.
Currently, I am using following formula to calculate the distance ...
0
votes
1answer
41 views
Incorrect Points in Circumference
I am trying to calculate points in a circumference and I do not get expected values.
I am calculating it like this:
- (NSMutableArray *) pointsForSegment:(int) segment
{
NSLog(@"segment is %d", ...
-2
votes
0answers
38 views
Benchmarking algorithm that will benefit from running on GPU
I would like to try and experiment a little with parallel programming on OS X, diving into Grand Central Dispatch and OpenCL, just to play around and gain some knowledge of it all. But I need some ...
0
votes
1answer
80 views
Enumerating all possible permutations in objective c -xcode
I want to have my program loop over all possible combinations of something like 5c1,5c2,5c3 etc and calculate some things within the loop.
Something like
5c1 ->
1,0,0,0,0
0,1,0,0,0
0,0,1,0,0
...
0
votes
1answer
59 views
Why isn't my curved text centering itself?
I have a UIView subclass called dpCurvedLabel. It uses CATextLayers to curved text around an arc. It works fine, except that I can't get it perfectly centered in the layers parent view. I want the ...
2
votes
2answers
117 views
Objective C / Solving math systems
I've been trying to develop a simple app that calculates the equation of a curve using information given by the user.
For example, let's suppose the user has the equation of a circle and the equation ...
0
votes
3answers
87 views
How do I check if a double with decimals is divisible?
I'm trying to test if a number is cleanly divisible (no remainders) by another. If I compare it against an int, it works correctly:
NSTimeInterval timeElapsed = // a double goes here
// round to 3 ...
0
votes
2answers
72 views
pow operation wih long numbers in objective c
I am trying to make the operation pow(49999994,13) which results 1.220701e+100. But when i do in objective c i got the result -9223372036854775808. How can I do this operation in Objective-C ...
4
votes
2answers
197 views
Is it possible to determine the yaw, pitch and roll of a face given the locations of the eyes and mouth? (picture included)
Red dots = Left Eye Center (L), Right Eye Center (R), Mouth Center (M)
Purple Line = Line LR
Red Line = Horizontal line intersecting midpoint of L and R
Yellow Line = Vertical Line intersecting ...
0
votes
1answer
138 views
Intersection between two lines in coordinates
I can detect the intersection point of two lines, but if my line don't has the length of my screen, it detects the point, where it shouldn't be.
Here a preview:
So, it shouldn't detect this ...
0
votes
2answers
69 views
How to fit a line in a rectangle
I'm trying to convert the python algorithm (here: Extending a line segment to fit into a bounding box) to my iPhone application.. but it only works when my startPoint.x > then endPointx
What is to ...
1
vote
3answers
130 views
How to calculate some points given a range of numbers
Math was a long time ago and I am not sure what I want, nor how to calculate it. Imagine I know I have the numbers from 1 to 100. I want to give the user a picker/combination box to be able to select ...
0
votes
1answer
109 views
Calculating the area and position of dynamically formed polygons
Hi stackoverflow community,
This is a continuation of a question I asked 6 months regarding calculating the area and position of dynamically formed rectangles. The solution provided for that worked a ...
-1
votes
2answers
138 views
iOS - rounding a float with roundf() is not working properly
I am having issue with rounding a float in iPhone application.
float f=4.845;
float s= roundf(f * 100.0)/100;
NSLog(@"Output-1: %.2f",s);
s= roundf(484.5)/100;
NSLog(@"Output-2: ...
0
votes
3answers
118 views
Incrementing an NSNumber
New to obj-C and Cocoa here
I'm trying to just increment a variable in a method and, being used to C++, I want to just use the terminology of variable++, but that doesn't work on an NSNumber, so I've ...
1
vote
1answer
121 views
What's the difference between “pi” and “M_PI” in objc
Including some math in my code I stumbled over the constant "PI".
At least in my Xcode version 4.6 I could use either one. But what is the difference between pi and M_PI? The documentation is little ...
0
votes
0answers
74 views
calculating momentum for flying game
so far this is what I have. I wanna have the kind of momentum where you point your nose down and pick up more speed then when you point upwards you release that momentum and fly upwards. Kind of like ...
0
votes
1answer
154 views
Translate GPUImage position with GPUImageTransformFilter and iOS Pan Gesture?
I'm having an issue using the GPUImage transform filter. I'm using the pan gesture recognizer to reposition the image. The code that I have works, but the image moves at about half speed. If I double ...
0
votes
2answers
56 views
Simple layout Math for grid
After reading 8 math courses in hischool and college, I still can't figure this out:
A number of images will be places in a grid (just 1 row high) in my iPhone game. All images are the same size. How ...
-3
votes
1answer
80 views
I have trouble with Matrices in Objective-C
This code works for multiply 2 matrix which it send matrix a and matrix b and them pointer to matrixMultiply method.
But I have trouble at the line "matrix12[i][j] += matrix1[i][k] * matrix2[k];"
...
0
votes
0answers
77 views
Rotation with atan2
I have an object that I can rotate around (with snapping to 90 degrees).
The problem is that it only works one way around with a slight 'swipe'.
This is what I have:
static float deltaAngle;
In ...
0
votes
1answer
47 views
How to optimize: add/subtract a value until it is within a predefined range?
I have a value range, say the iPhone screen size 480x320. I have a position that may be outside the range, let's say the position's x coordinate is 600 for example.
In order to adjust the x ...
0
votes
1answer
186 views
Weird xcode maths division bug [duplicate]
Possible Duplicate:
What is the behavior of integer division in C?
when you do a division equation and get an answer that's supposed to be between 1 and 0, it always returns 0.
try this:
`
...
1
vote
1answer
117 views
Game score algorithm based on remaining time, user level, and difficulty?
I'm just wondering if anybody has any good game score algorithms based on REMAINING TIME, USER LEVEL, and DIFFICULTY.
Currently I'm using a very simply line of code that says:
...
-2
votes
2answers
134 views
Finding VERY precise percentiles based on Z-Scores in C/Objective-C? [closed]
I am creating a program that needs to find thousands of individual percentiles, most of which are less than .00005. Currently, to do this I use
0.5 * erfc(-zScore * M_SQRT1_2)
However, this seems to ...
0
votes
1answer
94 views
Regex to match math equations
I'm trying to build a derivative calculator, so I'm breaking the equation into components and matching each piece to determine the rule to apply, but I'm completely new to regular expressions.
Right ...
-1
votes
1answer
40 views
Adding together vector array functions
This code works as intended, giving me the number from these 10 input fields. Now, I want them all added together to one number. (all the miTimesFrac results.) Any really effective way of doing this?
...
0
votes
1answer
79 views
Multiplying array doubles
This code returns error 'Invalid operands to binary expressions double and double'
double staticDouble[3] = {1,2,3};
double dynamicDouble[3] = {a, b, c};
double resultTest = static * dynamic;
...
2
votes
1answer
97 views
Goerzel algorithm- amplitude goes down,and other issues
I am using Goerzel to id a certain frequency .
What i see is that it works great-but in a strange way- when i input to it samples(±500/1024) i get the right values-but they becomes lower and lower ...
0
votes
1answer
111 views
Tap Count & Lap [closed]
I created sample tap count app. But I don't know how to count lap. Example: when hit count 100, lap is 1. when hit count 200 lap is 2. I used following code. Thanks. I am xcode beginner.
Following ...
2
votes
2answers
74 views
Better way to test sign change?
When looping through a sequence of numbers (eg. 0.1, -0.5, 1.0, -0.33, ...) I want a way to test whether the current number has a different sign than the previous. My code is below but -- there has ...
0
votes
3answers
361 views
Sin and Cos Functions returning incorrect results [duplicate]
Possible Duplicate:
getting value of sine 180 as 1.22465e-16
I am calculating a point on the circumference of the circle. I have the radius and the center point of the circle.
Here you ...
0
votes
3answers
102 views
NSNumber/NSString math returns correct value but with a minus sign
code:
-(IBAction)addRounds{
NSString *addText = [NSString stringWithFormat:@"%@", self.roundsF.text];
NSString *totalText = [NSString stringWithFormat:@"%@", self.totalRoundsF.text];
int value = ...
-2
votes
1answer
86 views
Obj-C from string to float (Math) [duplicate]
Possible Duplicate:
Evaluate math expression in string? (NSString)
Hey i have got this string but how can i make it to at float equation.
5+5*10+(5*2 + sinf(1))
how can i calculate this ...
0
votes
1answer
52 views
BEDMAS precedence in (Obj-)C?
I've just solved a rather weird problem I've been having in an iOS Application. I need to apply a scaling factor (which I have calculated to be 64/38 ~= 1.684), to a value passed into a method.
The ...
1
vote
1answer
78 views
Double inequalities in Objective C
Is it possible to write double inequalities in an if-statement?
ex: if (x <= y <= z) do stuff;
0
votes
4answers
60 views
Wrong results when squaring a value
To make a button square the value of the mainLabel, I am using
- (IBAction)squarePressed:(id)sender
{
NSString *mainLabelString = mainLabel.text;
int mainLabelValue = [mainLabelString ...
2
votes
1answer
121 views
Game programming difficult mathematical issue
The question I am about to ask could be somewhat challenging. I will try to make this as clear and cohesive as possible.
I am currently making a game, in which I have a 'laser ring,' as shown here:
...
0
votes
0answers
56 views
Objective c zooming and relative positioning : Math
I've a UIScroll view which has a UIImageView.
I have written the code for zooming.
Now lets say I've the labels at
0,10
10,10
for the image at initial size.
But when the image zooms, these labels ...
0
votes
1answer
388 views
Convert double decimal to Hex, Binary and Octal strings
Is there a custom or standard library that I can use with objective c to convert a decimal floating point value into Hexadecimal, Binary and Octal NSStrings?
I've been looking around a lot but can ...
4
votes
1answer
236 views
Calculating point and dimensions of maximum rotated rectangle inside rectangle
I have a rectangle that has to be rotated always the same amount of degrees. Lets call this angle alpha (𝜶).
The width (w) and height (h) of this rectangle can vary. The rectangle has always to fit ...
