Thread: Trying to convert vectors from cartesian coordinate

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    1

    Thumbs up Trying to convert vectors from cartesian coordinate

    I seem to be having difficulties writing a code using c++ to convert a vector in one coordinate system to a vector in another coordinate system ((e.g) Cartesian to cylindrical, cartesian to spherical, cylidrical to cartesian, cylindrical to spherical, or spherical to cylindrical) using matrix representation of the conversion at a given point.

  2. #2
    ^ Read Backwards^
    Join Date
    Sep 2005
    Location
    Earth
    Posts
    282
    Great, you are having difficulties. Nice to know.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Vectors
    By naseerhaider in forum C++ Programming
    Replies: 11
    Last Post: 05-09-2008, 08:21 AM
  2. How can i made vectors measuring program in DevC++
    By flame82 in forum C Programming
    Replies: 1
    Last Post: 05-07-2008, 02:05 PM
  3. How properly get data out of vectors of templates?
    By 6tr6tr in forum C++ Programming
    Replies: 4
    Last Post: 04-15-2008, 10:35 AM
  4. How to use Vector's in C++ !?!
    By IndioDoido in forum C++ Programming
    Replies: 3
    Last Post: 10-14-2007, 11:13 AM
  5. Convert Char to Int Function
    By drdroid in forum C++ Programming
    Replies: 9
    Last Post: 02-19-2003, 12:53 PM