SketchUp SDK
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
slapi
geometry.h
Go to the documentation of this file.
1
// Copyright 2013 Trimble Navigation Ltd., All rights reserved.
2
3
#ifndef SLAPI_GEOMETRY_H_
4
#define SLAPI_GEOMETRY_H_
5
6
#pragma pack(push, 8)
7
12
struct
SUPoint2D
{
13
double
x
;
14
double
y
;
15
};
16
21
struct
SUPoint3D
{
22
double
x
;
23
double
y
;
24
double
z
;
25
};
26
31
struct
SUVector3D
{
32
double
x
;
33
double
y
;
34
double
z
;
35
};
36
43
struct
SUPlane3D
{
44
double
a
;
45
double
b
;
46
double
c
;
47
double
d
;
48
};
49
55
struct
SUBoundingBox3D
{
56
struct
SUPoint3D
min_point
;
57
struct
SUPoint3D
max_point
;
58
};
59
60
#pragma pack(pop)
61
62
#endif // SLAPI_GEOMETRY_H_
Generated on Tue Aug 6 2013 11:05:25 for SketchUp SDK by
1.8.3.1