SketchUp SDK
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
slapi
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
32
struct
SUTransformation
{
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_
Generated on Tue Aug 6 2013 11:05:25 for SketchUp SDK by
1.8.3.1