Changeset 176 for cpp/frams/genetics/fF/fF_chamber3d.h
- Timestamp:
- 03/15/14 02:30:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/fF_chamber3d.h
r174 r176 2 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 5 #ifndef CHAMBER3D_H 5 6 #define CHAMBER3D_H 6 7 7 //chamber parameters 8 8 //Chamber parameters; see http://www.framsticks.com/foraminifera 9 9 class fF_chamber3d 10 10 { … … 22 22 float beta; 23 23 float phi; 24 24 double **points; 25 25 26 26 ~fF_chamber3d(); 27 27 fF_chamber3d(float centerX, float centerY, float centerZ, 28 float radius, float holeX, float holeY, float holeZ, 29 float vectorTfX, float vectorTfY, float vectorTfZ, float beta, float phi); 30 28 float radius, float holeX, float holeY, float holeZ, 29 float vectorTfX, float vectorTfY, float vectorTfZ, float beta, float phi); 31 30 }; 32 31 33 34 32 #endif /* CHAMBER3D_H */
Note: See TracChangeset
for help on using the changeset viewer.