#include <triangle.hh>
|
| | triangle () |
| |
| | triangle (const numeric::xyzVector< float > vertices[], const numeric::xyzVector< float > normals[]) |
| |
| | triangle (const numeric::xyzVector< core::Real > vertices[], const numeric::xyzVector< core::Real > normals[]) |
| |
| void | update (const numeric::xyzVector_float &zdir) |
| |
◆ triangle() [1/3]
| protocols::viewer::triangle::triangle |
( |
| ) |
|
|
inline |
◆ triangle() [2/3]
| protocols::viewer::triangle::triangle |
( |
const numeric::xyzVector< float > |
vertices[], |
|
|
const numeric::xyzVector< float > |
normals[] |
|
) |
| |
|
inline |
◆ triangle() [3/3]
| protocols::viewer::triangle::triangle |
( |
const numeric::xyzVector< core::Real > |
vertices[], |
|
|
const numeric::xyzVector< core::Real > |
normals[] |
|
) |
| |
|
inline |
◆ update()
| void protocols::viewer::triangle::update |
( |
const numeric::xyzVector_float & |
zdir | ) |
|
|
inline |
◆ center_
| numeric::xyzVector_float protocols::viewer::triangle::center_ |
◆ depth_
| float protocols::viewer::triangle::depth_ |
◆ normals_
| numeric::xyzVector_float protocols::viewer::triangle::normals_[3] |
◆ vertices_
| numeric::xyzVector_float protocols::viewer::triangle::vertices_[3] |
The documentation for this class was generated from the following file: