plane_specific Struct Reference
[Random Number Tables]

#include <bn.h>

Collaboration diagram for plane_specific:
Collaboration graph
[legend]

Data Fields

size_t pl_npts
 number of points on plane
point_t pl_points [MAXPTS]
 Actual points on plane.
vect_t pl_Xbasis
 X (B-A) vector (for 2d coords).
vect_t pl_Ybasis
 Y (C-A) vector (for 2d coords).
vect_t pl_N
 Unit-length Normal (outward).
fastf_t pl_NdotA
 Normal dot A.
fastf_t pl_2d_x [MAXPTS]
 X 2d-projection of points.
fastf_t pl_2d_y [MAXPTS]
 Y 2d-projection of points.
fastf_t pl_2d_com [MAXPTS]
 pre-computed common-term
struct plane_specificpl_forw
 Forward link.
char pl_code [MAXPTS+1]
 Face code string. Decorative.

Detailed Description

Definition at line 1862 of file bn.h.


Field Documentation

size_t pl_npts

number of points on plane

Definition at line 1863 of file bn.h.

point_t pl_points[MAXPTS]

Actual points on plane.

Definition at line 1864 of file bn.h.

X (B-A) vector (for 2d coords).

Definition at line 1865 of file bn.h.

Y (C-A) vector (for 2d coords).

Definition at line 1866 of file bn.h.

Unit-length Normal (outward).

Definition at line 1867 of file bn.h.

fastf_t pl_NdotA

Normal dot A.

Definition at line 1868 of file bn.h.

fastf_t pl_2d_x[MAXPTS]

X 2d-projection of points.

Definition at line 1869 of file bn.h.

fastf_t pl_2d_y[MAXPTS]

Y 2d-projection of points.

Definition at line 1870 of file bn.h.

fastf_t pl_2d_com[MAXPTS]

pre-computed common-term

Definition at line 1871 of file bn.h.

Forward link.

Definition at line 1872 of file bn.h.

char pl_code[MAXPTS+1]

Face code string. Decorative.

Definition at line 1873 of file bn.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 11 13:14:30 2012 for LIBBN by  doxygen 1.6.3