This is a geometry question. I have a line between two points A and B and want separate it into k equal parts. I need the coordinates of the points that partition the line between A and B.
Thank you for taking the time to read this and I will appreciate every single response no mater the quality of content. :)
I need to draw a smooth line in OpenGL and here is what I have done: glEnable( GL_LINE_SMOOTH ); glEnable( GL_POLYGON_SMOOTH );
In my OpenGL app, it won\'t let me draw a line greater then ten pixels wide.Is there a way to make it draw more than ten pixels?
I know how to align text diagonally, but I\'m having trouble aligning the text to be always on the outside, as the diagram shows:
Within the Windows XP Pro RGui, can\'t compile inline C code. Get error: \'sh\' is not recognized as an internal or external command
I want to clean up my output and only write part of the line that I need to a new file and not the whole entire line. This is the relevent coding section:
I wanna know if there is any way to know where th开发者_Python百科e function currently in execution was called, this is, in what file and line.
I\'d like to run a macro on every line in a selection, rather than totalling up the number of lines in my head. For instance, I might write a macro to transform:
I\'m working on an application with statistic开发者_如何学C analysis, and I need some help. Given a set of n points, how can I approximate a line by them. I\'m sure there is an algorithm but I couldn\