CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: razzle

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    13,749

    Re: Making an octagon out of right triangles

    I'm pretty certain this doesn't work with a regular octagon (fully symmetric and equally long sides L). I suspect your solution works only if the diagonal sides in your picture have length sgrt(2)*L...
  2. Replies
    9
    Views
    13,749

    Re: Making an octagon out of right triangles

    ---
  3. Replies
    9
    Views
    13,749

    Re: Making an octagon out of right triangles

    You're wellcome.

    I know it's an exercise but note that representing an octagon with 16 right triangles is very inefficient. All it takes are two points, the centre point and one perimeter corner...
  4. Replies
    9
    Views
    13,749

    Re: Making an octagon out of right triangles

    It's easier with a picture but I'll try in words.

    To get an octagon you inscribe a circle with 8 isosceles triangles. The angle between the equal sides of the triangles will be 45 degrees (8 time...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured