SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
SUPlane3D Struct Reference

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...

#include <geometry.h>

Data Fields

double a
 
double b
 
double c
 
double d
 

Detailed Description

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.

Field Documentation

double SUPlane3D::a
double SUPlane3D::b
double SUPlane3D::c
double SUPlane3D::d

The documentation for this struct was generated from the following file: