|
inlib
1.2.0
|
Classes | |
| class | SbFacet |
| class | polyhedron |
| class | polyhedronTrd2 |
| class | polyhedronTrd1 |
| class | polyhedronBox |
| class | polyhedronTrap |
| class | polyhedronPara |
| class | polyhedronCons |
| class | polyhedronCone |
| class | polyhedronTubs |
| class | polyhedronTube |
| class | polyhedronPgon |
| class | polyhedronPcon |
| class | polyhedronSphere |
| class | polyhedronTorus |
| class | polyhedronProcessor |
Typedefs | |
| typedef inlib::vec3d | HVPoint3D |
| typedef HVPoint3D | HVNormal3D |
| typedef HVPoint3D | HVVector3D |
Functions | |
| int | Sb_iabs (int a) |
| typedef HVPoint3D inlib::hep::HVNormal3D |
Definition at line 20 of file polyhedron.
| typedef inlib::vec3d inlib::hep::HVPoint3D |
Definition at line 19 of file polyhedron.
| typedef HVPoint3D inlib::hep::HVVector3D |
Definition at line 21 of file polyhedron.
| int inlib::hep::Sb_iabs | ( | int | a | ) | [inline] |
Definition at line 282 of file polyhedron.
{
return a < 0 ? -a : a;
}
1.7.5.1