Thread: Pointing to a vectors x coordinate located within a structure

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Registered User
    Join Date
    Mar 2010
    Posts
    583
    Oh no! I'm really sorry, that was just a typo!! I meant:

    Code:
    	
    fprintf(out,"%lf %lf %lf",cam->view_point.x,cam->view_point.y,cam->view_point.z);
    Sorry about that. I was staring and staring at your code and trying to work out what on earth they'd do.
    Last edited by smokeyangel; 02-08-2015 at 10:09 PM. Reason: one more dot esxaped

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .DLL error - Procedure entry point could not be located
    By HelpfulPerson in forum C Programming
    Replies: 6
    Last Post: 10-24-2013, 06:30 PM
  2. Data Structure to store unlimited dynamic vectors
    By m3rk in forum C++ Programming
    Replies: 8
    Last Post: 04-22-2009, 06:12 AM
  3. Replies: 4
    Last Post: 12-19-2005, 03:01 PM
  4. Trying to convert vectors from cartesian coordinate
    By FALSTON01 in forum C++ Programming
    Replies: 1
    Last Post: 10-20-2005, 05:17 PM
  5. where is pow() located?
    By thinhare in forum C Programming
    Replies: 7
    Last Post: 01-10-2005, 04:42 PM