|
OpenStructure
|
#include <composite2.hh>
Public Member Functions | |
| Hyperbola2 () | |
| Hyperbola2 (Vec2 ori, Real a, Real b, Real gamma) | |
| Vec2 | At (Real t, bool righthalf=true) const |
| Real | GetA () const |
| Real | GetB () const |
| Real | GetGamma () const |
| Vec2 | GetOrigin () const |
| void | SetA (Real a) |
| void | SetB (Real b) |
| void | SetGamma (Real gamma) |
| void | SetOrigin (Vec2 ori) |
Definition at line 120 of file composite2.hh.
| Hyperbola2 | ( | ) |
| Hyperbola2 | ( | Vec2 | ori, |
| Real | a, | ||
| Real | b, | ||
| Real | gamma | ||
| ) |
|
inline |
Definition at line 126 of file composite2.hh.
|
inline |
Definition at line 127 of file composite2.hh.
|
inline |
Definition at line 128 of file composite2.hh.
|
inline |
Definition at line 129 of file composite2.hh.
|
inline |
Definition at line 130 of file composite2.hh.
|
inline |
Definition at line 131 of file composite2.hh.
|
inline |
Definition at line 132 of file composite2.hh.
|
inline |
Definition at line 133 of file composite2.hh.
1.8.1.1