Click here to Skip to main content
15,894,646 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Fourier Series Question Pin
Brady Kelly31-May-08 22:42
Brady Kelly31-May-08 22:42 
GeneralRe: Fourier Series Question Pin
Nelek1-Jun-08 5:33
protectorNelek1-Jun-08 5:33 
AnswerRe: Fourier Series Question Pin
MarkB77724-May-08 21:17
MarkB77724-May-08 21:17 
GeneralRe: Fourier Series Question Pin
73Zeppelin24-May-08 22:08
73Zeppelin24-May-08 22:08 
QuestionDrawing a sketch with constraints Pin
Member 103128822-May-08 12:37
Member 103128822-May-08 12:37 
AnswerRe: Drawing a sketch with constraints Pin
73Zeppelin22-May-08 19:32
73Zeppelin22-May-08 19:32 
GeneralRe: Drawing a sketch with constraints Pin
Member 103128823-May-08 5:45
Member 103128823-May-08 5:45 
GeneralRe: Drawing a sketch with constraints Pin
73Zeppelin23-May-08 10:31
73Zeppelin23-May-08 10:31 
I don't think I understand. Initially I thought you were trying to determine if a point is inside the rectangle. I think you are trying to do something different. What you can do to define the rectangle is to make 4 equations for each side of the rectangle. For example, the equation of a line connecting two points (x1,y1) and (x2,y2) is:
             (y2 - y1)
0 = y - y1 - --------- (x - x1)
             (x2 - x1)



I'm not exactly sure what you are trying to do with the constraints...

Are you trying to join shapes together?

Are you trying to see if a point (x,y) lies inside or outside of the rectangle?
GeneralRe: Drawing a sketch with constraints Pin
Member 103128823-May-08 12:02
Member 103128823-May-08 12:02 
GeneralRe: Drawing a sketch with constraints Pin
73Zeppelin24-May-08 7:55
73Zeppelin24-May-08 7:55 
QuestionSubset Packing problem Pin
Ehsan_DSI20-May-08 23:04
Ehsan_DSI20-May-08 23:04 
AnswerRe: Subset Packing problem Pin
73Zeppelin21-May-08 21:10
73Zeppelin21-May-08 21:10 
QuestionRqst links for Time Complexity Pin
Vijjuuu.19-May-08 21:19
Vijjuuu.19-May-08 21:19 
AnswerRe: Rqst links for Time Complexity Pin
73Zeppelin22-May-08 0:21
73Zeppelin22-May-08 0:21 
GeneralRe: Rqst links for Time Complexity Pin
Vijjuuu.22-May-08 3:43
Vijjuuu.22-May-08 3:43 
GeneralRe: Rqst links for Time Complexity Pin
73Zeppelin22-May-08 19:50
73Zeppelin22-May-08 19:50 
QuestionExtracting shear X&Y from 3x3 affine transformation matrix Pin
Jim Crafton19-May-08 10:27
Jim Crafton19-May-08 10:27 
AnswerRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Anthony Mushrow19-May-08 11:08
professionalAnthony Mushrow19-May-08 11:08 
GeneralRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Jim Crafton20-May-08 2:54
Jim Crafton20-May-08 2:54 
GeneralRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Anthony Mushrow20-May-08 3:31
professionalAnthony Mushrow20-May-08 3:31 
AnswerRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
73Zeppelin19-May-08 19:21
73Zeppelin19-May-08 19:21 
AnswerRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Arash Partow29-May-08 23:37
Arash Partow29-May-08 23:37 
QuestionLong and Int64 Pin
MumbleB15-May-08 20:18
MumbleB15-May-08 20:18 
AnswerRe: Long and Int64 Pin
Ed.Poore15-May-08 21:18
Ed.Poore15-May-08 21:18 
GeneralRe: Long and Int64 Pin
CPallini15-May-08 21:37
mveCPallini15-May-08 21:37 

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.