SketchUp SDK
|
Go to the source code of this file.
Data Structures | |
struct | SUPoint2D |
Represents a point in 2-dimensional space. More... | |
struct | SUPoint3D |
Represents a point in 3-dimensional space. More... | |
struct | SUVector3D |
Represents a vector in 3-dimensional space. More... | |
struct | SUPlane3D |
Represents a 3D plane by the parameters a, b, c, d. For any point on the plane, ax + by + cz + d = 0. The coeficients are normalized so that a*a + b*b + c*c = 1. More... | |
struct | SUBoundingBox3D |
Represents a 3D axis-aligned bounding box represented by the extreme diagonal corner points with minimum and maximum x,y,z coordinates. More... | |