MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Point_Test.h
1 #ifndef POINT_TEST_H /* -*- C++ -*- */
2 #define POINT_TEST_H
3 
4 namespace MFM {
5 
6 class Point_Test
7 {
8 public:
9  static void Test_pointAdd();
10 
11  static void Test_pointMultiply();
12 };
13 } /* namespace MFM */
14 #endif /*POINT_TEST_H*/
Definition: Point_Test.h:6