Parameters |
Description |
double& a |
[out] Receives the coefficient a. |
double& b |
[out] Receives the coefficient b. |
double& c |
[out] Receives the coefficient c. |
double& d |
[out] Receives the coefficient d. |
Returns the coefficients of the plane equation for this plane.
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.
|