|
Rosetta 3.5
|
#include <triangle.hh>

Public Member Functions | |
| triangle () | |
| triangle (const numeric::xyzVector< float > vertices[], const numeric::xyzVector< float > normals[]) | |
| triangle (const numeric::xyzVector< double > vertices[], const numeric::xyzVector< double > normals[]) | |
| void | update (const numeric::xyzVector_float &zdir) |
Public Attributes | |
| float | depth_ |
| numeric::xyzVector_float | center_ |
| numeric::xyzVector_float | vertices_ [3] |
| numeric::xyzVector_float | normals_ [3] |
Definition at line 29 of file triangle.hh.
|
inline |
Definition at line 31 of file triangle.hh.
References depth_.
|
inline |
|
inline |
|
inline |
Definition at line 59 of file triangle.hh.
| numeric::xyzVector_float protocols::viewer::triangle::center_ |
Definition at line 65 of file triangle.hh.
Referenced by triangle(), and update().
| float protocols::viewer::triangle::depth_ |
Definition at line 64 of file triangle.hh.
Referenced by triangle(), and update().
| numeric::xyzVector_float protocols::viewer::triangle::normals_[3] |
Definition at line 66 of file triangle.hh.
Referenced by triangle().
| numeric::xyzVector_float protocols::viewer::triangle::vertices_[3] |
Definition at line 66 of file triangle.hh.
Referenced by triangle().
1.8.4