formZ SDK | 5.0 API Reference | System | Math

fz_plane_equ_td

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

fz_type_core_api.h