Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC COM Pin
ShilpiP31-May-11 22:56
ShilpiP31-May-11 22:56 
AnswerRe: MFC COM [modified] Pin
ShilpiP31-May-11 22:32
ShilpiP31-May-11 22:32 
GeneralRe: MFC COM [modified] Pin
వేంకటనారాయణ(venkatmakam)31-May-11 22:36
వేంకటనారాయణ(venkatmakam)31-May-11 22:36 
GeneralRe: MFC COM Pin
ShilpiP31-May-11 22:48
ShilpiP31-May-11 22:48 
GeneralRe: MFC COM Pin
వేంకటనారాయణ(venkatmakam)1-Jun-11 0:08
వేంకటనారాయణ(venkatmakam)1-Jun-11 0:08 
GeneralRe: MFC COM Pin
ShilpiP1-Jun-11 0:13
ShilpiP1-Jun-11 0:13 
AnswerRe: MFC COM Pin
ThatsAlok1-Jun-11 20:41
ThatsAlok1-Jun-11 20:41 
QuestionAngles Pin
Cyclone_S31-May-11 14:48
Cyclone_S31-May-11 14:48 
I got two questions. First I'm making a brick game. I want the ball to bounce off the paddle at different angles depending on where the ball hits the paddle. If the angle variable is specified directly it bounces off in the correct angle but I'm not sure how to calculate the angle depending on where the ball hits the paddle.

double a = 135;
double angle = (Math::PI / 180) * a;
Ball_List[b]->xVel = speed*Math::Cos(angle);
Ball_List[b]->yVel = -speed*Math::Sin(angle);



Second. I want to animate a box going in a circle but I'm Not sure on the math.


Thanks in advance.
AnswerRe: Angles Pin
Luc Pattyn31-May-11 14:59
sitebuilderLuc Pattyn31-May-11 14:59 
QuestionRe: Angles Pin
David Crow31-May-11 15:39
David Crow31-May-11 15:39 
AnswerRe: Angles Pin
Luc Pattyn31-May-11 15:50
sitebuilderLuc Pattyn31-May-11 15:50 
GeneralRe: Angles Pin
Cyclone_S5-Jun-11 16:15
Cyclone_S5-Jun-11 16:15 
AnswerRe: Angles Pin
Luc Pattyn5-Jun-11 16:26
sitebuilderLuc Pattyn5-Jun-11 16:26 
GeneralRe: Angles Pin
Cyclone_S11-Jun-11 15:38
Cyclone_S11-Jun-11 15:38 
AnswerRe: Angles Pin
Luc Pattyn11-Jun-11 15:49
sitebuilderLuc Pattyn11-Jun-11 15:49 
GeneralRe: Angles Pin
Cyclone_S11-Jun-11 16:28
Cyclone_S11-Jun-11 16:28 
AnswerRe: Angles Pin
Stefan_Lang31-May-11 22:51
Stefan_Lang31-May-11 22:51 
QuestionGarbage Collector vs Reference Couter Pin
Pranit Kothari31-May-11 4:53
Pranit Kothari31-May-11 4:53 
AnswerRe: Garbage Collector vs Reference Couter Pin
Chris Losinger31-May-11 4:58
professionalChris Losinger31-May-11 4:58 
AnswerRe: Garbage Collector vs Reference Couter Pin
Maximilien31-May-11 5:12
Maximilien31-May-11 5:12 
AnswerRe: Garbage Collector vs Reference Couter Pin
Nemanja Trifunovic31-May-11 6:08
Nemanja Trifunovic31-May-11 6:08 
AnswerRe: Garbage Collector vs Reference Couter Pin
Stefan_Lang1-Jun-11 0:08
Stefan_Lang1-Jun-11 0:08 
QuestionDifference between Unicode and Multibyte Pin
Pranit Kothari31-May-11 4:16
Pranit Kothari31-May-11 4:16 
AnswerRe: Difference between Unicode and Multibyte Pin
Luc Pattyn31-May-11 5:06
sitebuilderLuc Pattyn31-May-11 5:06 
GeneralRe: Difference between Unicode and Multibyte Pin
Pranit Kothari31-May-11 6:45
Pranit Kothari31-May-11 6:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.