#include <plane.h>
Collaboration diagram for plane_specific:

Data Fields | |
| int | pl_npts |
| point_t | pl_points [MAXPTS] |
| vect_t | pl_Xbasis |
| vect_t | pl_Ybasis |
| vect_t | pl_N |
| fastf_t | pl_NdotA |
| fastf_t | pl_2d_x [MAXPTS] |
| fastf_t | pl_2d_y [MAXPTS] |
| fastf_t | pl_2d_com [MAXPTS] |
| plane_specific * | pl_forw |
| char | pl_code [MAXPTS+1] |
Definition at line 48 of file plane.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6