forked from CIS3250-F21/CIS3250-ClassProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctionIncludes.h
More file actions
22 lines (20 loc) · 750 Bytes
/
Copy pathfunctionIncludes.h
File metadata and controls
22 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef FUNCTION_INCLUDES_H
#define FUNCTION_INCLUDES_H
#include "ReadInput/ReadInput.h"
#include "ReflectionInXPlane/ReflectionInXPlane.h"
#include "ReflectionInYPlane/ReflectionInYPlane.h"
#include "ReflectionInZPlane/ReflectionInZPlane.h"
#include "ShearInX/ShearInX.h"
#include "ShearInY/ShearInY.h"
#include "ShearInZ/ShearInZ.h"
#include "XYZOrthographicProjection/XYZOrthographicProjection.h"
#include "OutputResults/OutputResults.h"
#include "GlobalScaling/GlobalScaling.h"
#include "ScalingInX/ScalingInX.h"
#include "ScalingInY/ScalingInY.h"
#include "ScalingInZ/ScalingInZ.h"
#include "RotationInX/RotationInX.h"
#include "RotationInY/RotationInY.h"
#include "RotationInZ/RotationInZ.h"
#include "XYZTranslation/XYZTranslation.h"
#endif