Click here to Skip to main content
15,917,456 members
Home / Discussions / C#
   

C#

 
AnswerRe: Applying cosine transformation Pin
Ravadre18-Mar-09 7:09
Ravadre18-Mar-09 7:09 
GeneralRe: Applying cosine transformation Pin
CPallini18-Mar-09 8:32
mveCPallini18-Mar-09 8:32 
QuestionRunning a C# application with multiple GUI threads Pin
Rob Philpott18-Mar-09 6:51
Rob Philpott18-Mar-09 6:51 
AnswerRe: Running a C# application with multiple GUI threads Pin
Dave Kreskowiak18-Mar-09 10:38
mveDave Kreskowiak18-Mar-09 10:38 
GeneralRe: Running a C# application with multiple GUI threads Pin
Rob Philpott18-Mar-09 23:43
Rob Philpott18-Mar-09 23:43 
GeneralRe: Running a C# application with multiple GUI threads Pin
Dave Kreskowiak19-Mar-09 2:16
mveDave Kreskowiak19-Mar-09 2:16 
QuestionBest Practice Advice - Eschewing Web Services? Pin
Jasmine Pomelo18-Mar-09 6:51
Jasmine Pomelo18-Mar-09 6:51 
QuestionDataset Selection Pin
Stefano Negro18-Mar-09 5:40
Stefano Negro18-Mar-09 5:40 
AnswerRe: Dataset Selection Pin
Xmen Real 18-Mar-09 6:16
professional Xmen Real 18-Mar-09 6:16 
GeneralRe: Dataset Selection Pin
Stefano Negro19-Mar-09 0:32
Stefano Negro19-Mar-09 0:32 
AnswerRe: Dataset Selection Pin
Mohammad Dayyan18-Mar-09 6:31
Mohammad Dayyan18-Mar-09 6:31 
AnswerRe: Dataset Selection Pin
tech60318-Mar-09 14:44
tech60318-Mar-09 14:44 
AnswerRe: Dataset Selection Pin
jaypatel51218-Mar-09 19:23
jaypatel51218-Mar-09 19:23 
Questionattach Event in Javascript Pin
Navneet Hegde18-Mar-09 5:39
Navneet Hegde18-Mar-09 5:39 
QuestionNearest point on a line. Pin
Steve_18-Mar-09 4:58
Steve_18-Mar-09 4:58 
AnswerRe: Nearest point on a line. [modified] Pin
musefan18-Mar-09 5:00
musefan18-Mar-09 5:00 
off top of head just loop through all points in the line and calulate the distance from that point to the 'other point' with pythagorus theory or something. shortest distance = nearest point

maybe would be easier to apply roation to the line and point first so the line is completely vertical then just use the yPos of the point and match it to the yPos within the line

Life goes very fast. Tomorrow, today is already yesterday.

modified on Wednesday, March 18, 2009 11:19 AM

QuestionRe: Nearest point on a line. Pin
12Code18-Mar-09 5:19
12Code18-Mar-09 5:19 
AnswerRe: Nearest point on a line. Pin
musefan18-Mar-09 5:26
musefan18-Mar-09 5:26 
GeneralRe: Nearest point on a line. Pin
moon_stick18-Mar-09 5:54
moon_stick18-Mar-09 5:54 
GeneralRe: Nearest point on a line. Pin
musefan18-Mar-09 6:03
musefan18-Mar-09 6:03 
AnswerRe: Nearest point on a line. Pin
led mike18-Mar-09 5:01
led mike18-Mar-09 5:01 
AnswerRe: Nearest point on a line. Pin
moon_stick18-Mar-09 5:08
moon_stick18-Mar-09 5:08 
AnswerRe: Nearest point on a line. Pin
harold aptroot18-Mar-09 5:25
harold aptroot18-Mar-09 5:25 
Questionmerge using C# Pin
StoneCOLD70918-Mar-09 4:44
StoneCOLD70918-Mar-09 4:44 
AnswerRe: merge using C# Pin
musefan18-Mar-09 4:58
musefan18-Mar-09 4:58 

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.