![]() |
Rosetta Protocols
2015.09
|
#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] |
|
inline |
References depth_.
|
inline |
|
inline |
|
inline |
numeric::xyzVector_float protocols::viewer::triangle::center_ |
Referenced by triangle(), and update().
float protocols::viewer::triangle::depth_ |
Referenced by triangle(), and update().
numeric::xyzVector_float protocols::viewer::triangle::normals_[3] |
Referenced by triangle().
numeric::xyzVector_float protocols::viewer::triangle::vertices_[3] |
Referenced by triangle().