API Reference > OdGe Classes > OdGePlane Class > OdGePlane Constructor > OdGePlane::OdGePlane Constructor (double, double, double, double)
OdGePlane::OdGePlane Constructor (double, double, double, double)
Syntax
C++
OdGePlane(double a, double b, double c, double d);
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.