CMobius class, Mobius transformation.
More...
#include <Mobius.h>
List of all members.
Detailed Description
CMobius class, Mobius transformation.
Definition at line 26 of file Mobius.h.
Constructor & Destructor Documentation
MeshLib::CMobius::CMobius |
( |
|
) |
[inline] |
CMobius default constructor, z0 is the origin, rotation angle is 0
Definition at line 32 of file Mobius.h.
MeshLib::CMobius::CMobius |
( |
Complex |
z0, |
|
|
double |
theta | |
|
) |
| | [inline] |
CMobius constructor, with prescribed z0 and rotation angle
- Parameters:
-
| z0 | center of the Mobius transformation |
| theta | rotation angle |
Definition at line 38 of file Mobius.h.
MeshLib::CMobius::~CMobius |
( |
|
) |
[inline] |
Mobius destructor
Definition at line 42 of file Mobius.h.
Member Function Documentation
Transform a complex number by the current Mobius transformation
- Parameters:
-
| z | the input complex number |
Definition at line 47 of file Mobius.h.
Member Data Documentation
Rotation angle of the Mobius transformation,
Definition at line 47 of file Mobius.h.
center of the Mobius transformation
Definition at line 57 of file Mobius.h.
The documentation for this class was generated from the following file: