Definition at line 19 of file curve.
◆ curve() [1/2]
Definition at line 34 of file curve.
36 mem::increment(s_class().c_str());
◆ ~curve()
virtual tools::curve::~curve |
( |
| ) |
|
|
inlinevirtual |
Definition at line 40 of file curve.
42 mem::decrement(s_class().c_str());
◆ curve() [2/2]
tools::curve::curve |
( |
const curve & |
a_from | ) |
|
|
inline |
Definition at line 46 of file curve.
48 mem::increment(s_class().c_str());
◆ cast()
virtual void* tools::curve::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
Reimplemented in tools::sg::ellipse.
Definition at line 22 of file curve.
23 if(
void* p = cmp_cast<curve>(
this,a_class)) {
return p;}
◆ copy()
virtual void tools::curve::copy |
( |
curve *& |
| ) |
const |
|
pure virtual |
◆ operator=()
curve& tools::curve::operator= |
( |
const curve & |
a_from | ) |
|
|
inline |
Definition at line 51 of file curve.
◆ pos_tan_nor()
virtual bool tools::curve::pos_tan_nor |
( |
float |
a_s, |
|
|
vec3f & |
a_pos, |
|
|
vec3f & |
a_tan, |
|
|
vec3f & |
a_nor |
|
) |
| const |
|
pure virtual |
◆ set_model_matrix()
void tools::curve::set_model_matrix |
( |
const mat4f & |
a_m | ) |
|
|
inline |
Definition at line 56 of file curve.
◆ m_model
mat4f tools::curve::m_model |
|
protected |
Definition at line 58 of file curve.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/curve