Added PropertyPosition and PropertyDirection classes. Basically PropertyVector classes with units.

This commit is contained in:
Eivind Kvedalen
2017-07-21 16:33:50 +02:00
committed by wmayer
parent b6d733d37b
commit f8a76066da
6 changed files with 130 additions and 0 deletions

View File

@@ -1256,6 +1256,8 @@ void Application::initTypes(void)
App ::PropertyMatrix ::init();
App ::PropertyVector ::init();
App ::PropertyVectorDistance ::init();
App ::PropertyPosition ::init();
App ::PropertyDirection ::init();
App ::PropertyVectorList ::init();
App ::PropertyPlacement ::init();
App ::PropertyPlacementList ::init();