SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
transformation.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd., All rights reserved.
2 
3 #ifndef SLAPI_TRANSFORMATION_H_
4 #define SLAPI_TRANSFORMATION_H_
5 
6 #pragma pack(push, 8)
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif // __cplusplus
11 
33  double values[16];
34 };
35 
36 #ifdef __cplusplus
37 } // end extern "C"
38 #endif // __cplusplus
39 
40 #pragma pack(pop)
41 
42 #endif // SLAPI_TRANSFORMATION_H_