![]() |
PeriDyno 1.0.0
|
#include <Primitive3D.h>
Public Types | |
typedef Vector< Real, 3 > | Coord3D |
Public Member Functions | |
DYN_FUNC | TCylinder3D () |
DYN_FUNC | TCylinder3D (const Coord3D &c, const Real &h, const Real &r, const Quat< Real > &rot=Quat< Real >(), const Coord3D &s=Coord3D(1)) |
DYN_FUNC | TCylinder3D (const TCylinder3D< Real > &cylinder) |
DYN_FUNC Real | volume () const |
Public Attributes | |
Coord3D | center |
Real | height |
Real | radius |
Coord3D | scale |
Quat< Real > | rotation |
Definition at line 598 of file Primitive3D.h.
typedef Vector<Real, 3> dyno::TCylinder3D< Real >::Coord3D |
Definition at line 601 of file Primitive3D.h.
DYN_FUNC dyno::TCylinder3D< Real >::TCylinder3D | ( | ) |
DYN_FUNC dyno::TCylinder3D< Real >::TCylinder3D | ( | const Coord3D & | c, |
const Real & | h, | ||
const Real & | r, | ||
const Quat< Real > & | rot = Quat<Real>(), | ||
const Coord3D & | s = Coord3D(1) ) |
Definition at line 3239 of file Primitive3D.inl.
DYN_FUNC dyno::TCylinder3D< Real >::TCylinder3D | ( | const TCylinder3D< Real > & | cylinder | ) |
|
inline |
Definition at line 607 of file Primitive3D.h.
Coord3D dyno::TCylinder3D< Real >::center |
Definition at line 609 of file Primitive3D.h.
Real dyno::TCylinder3D< Real >::height |
Definition at line 610 of file Primitive3D.h.
Real dyno::TCylinder3D< Real >::radius |
Definition at line 611 of file Primitive3D.h.
Quat<Real> dyno::TCylinder3D< Real >::rotation |
Definition at line 614 of file Primitive3D.h.
Coord3D dyno::TCylinder3D< Real >::scale |
Definition at line 613 of file Primitive3D.h.