SRVector3D.h
Go to the documentation of this file.
1 #ifndef CAFSRVECTOR3D_H
2 #define CAFSRVECTOR3D_H
3 
4 namespace caf
5 {
6  class SRVector3D
7  {
8  public:
9  SRVector3D();
10  SRVector3D(float x, float y, float z);
11 
12  float x, y, z;
13  };
14 }
15 
16 #endif
Common Analysis Files.
Definition: SRGAr.h:13