Thread: Eular angles !!! Help

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    2

    Unhappy Eular angles !!! Help

    Hey guys !

    I have a question which related to Euler angles.

    # how to write C program to calculate z-y-x eular angles corresponding to given rational matrix ????

    Please help me !!!

    Thanks !
    Last edited by Andremaha; 02-06-2011 at 10:26 PM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > how to write C program...
    How?

    All programs are written in the same way.

    First, you research available material so you get an understanding of the material.

    Then you design algorithms and data structures (or use pre-existing ones) that will solve the problem.

    Then write code in an incremental fashion to implement your solution.

    Perhaps you're stuck on choosing a suitable data structure for a matrix.
    Try this
    double matrix[3][3];
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Feb 2011
    Posts
    2
    thanks for ur valuable help Salem

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting normal between two angles (Logical question)
    By BlueGooGames in forum C Programming
    Replies: 15
    Last Post: 01-16-2011, 06:47 PM
  2. Euler Angles to Quaternions
    By sugarfree in forum Game Programming
    Replies: 9
    Last Post: 05-24-2010, 10:17 AM
  3. Need help with Reflecting Angles!
    By SRM in forum Game Programming
    Replies: 7
    Last Post: 05-15-2003, 04:11 PM
  4. how can i draw angles by lines
    By NEO_4583 in forum C++ Programming
    Replies: 1
    Last Post: 03-20-2003, 08:40 PM
  5. bounce angles
    By canine in forum Windows Programming
    Replies: 1
    Last Post: 09-04-2002, 09:47 PM