SketchUp SDK
|
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 |
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.
double SUPlane3D::a |
double SUPlane3D::b |
double SUPlane3D::c |
double SUPlane3D::d |