Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~69 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for student9

hi, i'm writing a program that reads in 3d coordinates for a vertex and the edges that connect them, then projects the 3d image. right now i'm working with the implementation of the wireframe class, relevant prototypes (i've left some out) here: [code=c] class wireframe{ private: vertex *points; // an …

Member Avatar for daviddoria
0
69