Forum: C# Apr 26th, 2009 |
| Replies: 6 Views: 797 Try str.Split(new char[] {' '}, StringSplitOptions.RemoveEmptyEntries);. |
Forum: C Feb 17th, 2009 |
| Replies: 8 Views: 774 If my math is correct,x(n) = x + r*cos(a + n*pass)
y(n) = y + r*sin(a + n*pass)
where 0 <= n < vertex, x and y is the center point, a is the angle of the first point to the right of the center... |