ATLAS Offline Software
|
#include <SbPolyhedron.h>
Public Member Functions | |
HVPoint3D () | |
HVPoint3D (double x, double y, double z) | |
HVPoint3D (const HVPoint3D &v) | |
HVPoint3D (const SbVec3d &v) | |
HVPoint3D & | operator= (const HVPoint3D &v) |
HVPoint3D & | operator= (const SbVec3d &v) |
Friends | |
HVPoint3D | operator+ (const HVPoint3D &v1, const HVPoint3D &v2) |
Definition at line 188 of file SbPolyhedron.h.
HVPoint3D::HVPoint3D | ( | ) |
Definition at line 31 of file SbPolyhedron.cxx.
HVPoint3D::HVPoint3D | ( | double | x, |
double | y, | ||
double | z | ||
) |
Definition at line 32 of file SbPolyhedron.cxx.
Definition at line 33 of file SbPolyhedron.cxx.
HVPoint3D::HVPoint3D | ( | const SbVec3d & | v | ) |
Definition at line 34 of file SbPolyhedron.cxx.
Definition at line 35 of file SbPolyhedron.cxx.
Definition at line 39 of file SbPolyhedron.cxx.