This is 3D.h in view mode; [Download] [Up]
/* 3D.h */ /* This file (3D.h) declares the vector3D type. This is not an object so that operations on it and storage etc. can be as flexible and direct as possible. */ typedef struct vector3D { float x,y,z; } vector3D;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.