formZ SDK | 5.0 API Reference | System | Math
Description
Double precision 3D plane equation data type. The equation is of the form:
a*x + b*y + c*z + d = 0
typedef struct fz_plane_equ_td {
double | a; |
double | b; |
double | c; |
double | d }; |
Members
a
The x coefficient.
b
The y coefficient.
c
The z coefficient.
d
The offset.
Availability
5.0.0.0
Defined in