#include <bn.h>
Data Fields |
float | tri_A [3] |
| triangle vertex (A)
|
float | tri_BA [3] |
| B - A (second point).
|
float | tri_CA [3] |
| C - A (third point).
|
float | tri_wn [3] |
| facet normal (non-unit)
|
float | tri_N [3] |
| unit normal vector
|
signed char * | tri_normals |
| unit vertex normals A, B, C (this is malloced storage)
|
int | tri_surfno |
| solid specific surface number
|
struct tri_float_specific * | tri_forw |
| Next facet.
|
Detailed Description
Definition at line 1895 of file bn.h.
Field Documentation
triangle vertex (A)
Definition at line 1896 of file bn.h.
B - A (second point).
Definition at line 1897 of file bn.h.
C - A (third point).
Definition at line 1898 of file bn.h.
facet normal (non-unit)
Definition at line 1899 of file bn.h.
unit normal vector
Definition at line 1900 of file bn.h.
unit vertex normals A, B, C (this is malloced storage)
Definition at line 1901 of file bn.h.
solid specific surface number
Definition at line 1902 of file bn.h.
Next facet.
Definition at line 1903 of file bn.h.
The documentation for this struct was generated from the following file: