#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 | |||
| ) |
| Real GetA | ( | ) | const [inline] |
Definition at line 126 of file composite2.hh.
| Real GetB | ( | ) | const [inline] |
Definition at line 127 of file composite2.hh.
| Real GetGamma | ( | ) | const [inline] |
Definition at line 128 of file composite2.hh.
| Vec2 GetOrigin | ( | ) | const [inline] |
Definition at line 129 of file composite2.hh.
| void SetA | ( | Real | a | ) | [inline] |
Definition at line 130 of file composite2.hh.
| void SetB | ( | Real | b | ) | [inline] |
Definition at line 131 of file composite2.hh.
| void SetGamma | ( | Real | gamma | ) | [inline] |
Definition at line 132 of file composite2.hh.
| void SetOrigin | ( | Vec2 | ori | ) | [inline] |
Definition at line 133 of file composite2.hh.
1.6.1