#include <Cylinder.hpp>
|
| Cylinder () |
|
| ~Cylinder () |
|
template<class B > |
| Cylinder (B x, B y, B z, B nx, B ny, B nz, B radius, B length) |
|
void | set (T ax, T ay, T az, T bx, T by, T bz, T radius) |
|
void | set (T x, T y, T z, T nx, T ny, T nz, T radius, T length) |
|
const Vector3< T > & | a () const |
|
const Vector3< T > & | b () const |
|
const Vector3< T > & | n () const |
|
T | radius () const |
|
T | length () const |
|
const Box< T > & | box () const |
|
void | clear () |
|
bool | empty () const |
|
bool | contains (T x, T y, T z) const |
|
◆ Cylinder() [1/2]
◆ ~Cylinder()
◆ Cylinder() [2/2]
template<class T >
template<class B >
◆ a()
◆ b()
◆ box()
◆ clear()
◆ contains()
template<class T >
bool Cylinder< T >::contains |
( |
T | x, |
|
|
T | y, |
|
|
T | z ) const |
|
inline |
◆ empty()
◆ length()
◆ n()
◆ radius()
◆ set() [1/2]
template<class T >
void Cylinder< T >::set |
( |
T | ax, |
|
|
T | ay, |
|
|
T | az, |
|
|
T | bx, |
|
|
T | by, |
|
|
T | bz, |
|
|
T | radius ) |
|
inline |
◆ set() [2/2]
template<class T >
void Cylinder< T >::set |
( |
T | x, |
|
|
T | y, |
|
|
T | z, |
|
|
T | nx, |
|
|
T | ny, |
|
|
T | nz, |
|
|
T | radius, |
|
|
T | length ) |
|
inline |
◆ validate()
◆ a_
◆ b_
◆ box_
◆ length_
◆ n_
◆ radius_
The documentation for this class was generated from the following file: