Click here to Skip to main content
15,891,859 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: Finding a polygon that encloses a set of points Pin
Luc Pattyn28-Aug-09 7:45
sitebuilderLuc Pattyn28-Aug-09 7:45 
Questionde-captcha project Pin Pin
Sepirothftw27-Aug-09 21:31
Sepirothftw27-Aug-09 21:31 
AnswerRe: de-captcha project Pin Pin
ely_bob27-Oct-09 6:10
professionalely_bob27-Oct-09 6:10 
QuestionDirectX, TIN surface models. Sample code for creating a mesh. Pin
st1426-Aug-09 1:38
st1426-Aug-09 1:38 
Questiondirectx , create big mesh object. Pin
csipahi16-Aug-09 4:39
csipahi16-Aug-09 4:39 
AnswerRe: directx , create big mesh object. Pin
Baltoro16-Aug-09 11:15
Baltoro16-Aug-09 11:15 
Questionhow do i divide a line segment into set of vertices Pin
gourishsio6-Aug-09 20:31
gourishsio6-Aug-09 20:31 
AnswerRe: how do i divide a line segment into set of vertices Pin
RichardM128-Oct-09 8:40
RichardM128-Oct-09 8:40 
You can not do this with arbitrary spacing of the new points, if the old points are not co-linear.
You have to find the common denominator of the length of distance between the given point, and to get even spacing your units-between-new-vertices have to be that number divided by an integer. If, for instance the distance between starting vertices are: {10,6,8,2)
The largest distance between resulting vertices would be 2 (though it could be 1, 0.66, 0.5, 0.4, etc).
If the distances are (10.1,6.07,8,2), then the maximum distance between vertices would be on the order of 0.01 units.
Hope this is not too late, and hope it helps. If it does, it is because you understand what I said, as opposed to me telling you how to do it.
Unless this was a yes or no answer for a test...

Silver member by constant and unflinching longevity.

QuestionCan GDI+ do this? Pin
transoft30-Jul-09 9:31
transoft30-Jul-09 9:31 
AnswerRe: Can GDI+ do this? Pin
Tim Craig31-Jul-09 18:30
Tim Craig31-Jul-09 18:30 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 4:06
transoft2-Aug-09 4:06 
AnswerRe: Can GDI+ do this? Pin
Luc Pattyn31-Jul-09 18:53
sitebuilderLuc Pattyn31-Jul-09 18:53 
GeneralRe: Can GDI+ do this? Pin
transoft1-Aug-09 2:15
transoft1-Aug-09 2:15 
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn1-Aug-09 6:54
sitebuilderLuc Pattyn1-Aug-09 6:54 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 4:03
transoft2-Aug-09 4:03 
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn2-Aug-09 4:14
sitebuilderLuc Pattyn2-Aug-09 4:14 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 5:17
transoft2-Aug-09 5:17 
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn2-Aug-09 5:24
sitebuilderLuc Pattyn2-Aug-09 5:24 
QuestionProblem with image dimensions being reversed Pin
Alan Burkhart29-Jul-09 9:38
Alan Burkhart29-Jul-09 9:38 
Answerrepost Pin
Luc Pattyn31-Jul-09 18:56
sitebuilderLuc Pattyn31-Jul-09 18:56 
Questionjawbreaker in c++ Pin
sajede27-Jul-09 18:14
sajede27-Jul-09 18:14 
AnswerRe: jawbreaker in c++ Pin
Tim Craig27-Jul-09 18:34
Tim Craig27-Jul-09 18:34 
AnswerRe: jawbreaker in c++ Pin
Henry Minute2-Aug-09 9:26
Henry Minute2-Aug-09 9:26 
QuestionRGB to Hsv ? Pin
Mohammad Dayyan17-Jul-09 20:50
Mohammad Dayyan17-Jul-09 20:50 
AnswerRe: RGB to Hsv ? Pin
Luc Pattyn18-Jul-09 0:03
sitebuilderLuc Pattyn18-Jul-09 0:03 

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.