Parameters |
Description |
double a |
[in] Coefficient a. |
double b |
[in] Coefficient b. |
double c |
[in] Coefficient c. |
double d |
[in] Coefficient d. |
Constructor for the OdGePlane class.
Constructs the plane according to the specified coefficients. The plane equation for this plane is as follows a * x + b * y + c * z + d = 0
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|