Changeset 80 for cpp/gdk/3d.cpp


Ignore:
Timestamp:
02/08/13 03:22:37 (11 years ago)
Author:
Maciej Komosinski
Message:
  • new properties in Parts and Joints: visual red, green, blue, thickness
  • updated list of Neurons and their properties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/3d.cpp

    r68 r80  
    33// Refer to http://www.framsticks.com/ for further information.
    44
    5 #include "nonstd.h"
    6 #include <math.h>
    7 #include <string.h>
     5#include "nonstd_math.h"
     6#include "framsg.h"
    87#include "3d.h"
    9 #include "framsg.h"
    108
    119Pt3D operator+(const Pt3D &p1,const Pt3D &p2) {return Pt3D(p1.x+p2.x,p1.y+p2.y,p1.z+p2.z);}
Note: See TracChangeset for help on using the changeset viewer.