Public Member Functions | |
| PointChain2D () | |
| default constr. | |
| PointChain2D (AI_Base_Enum baseType, AiBlade2D blade, DispoHypParam dhp, double par0, double par1) | |
| Build by AiBlade2D. | |
| PointChain2D (AI_Chain_Enum chainType, AI_Sign dir0, PointChain2D pc0, AI_Sign dir1, PointChain2D pc1) | |
| Build by chaining of point chains. | |
| PointChain2D (AI_Chain_Enum chainType, AI_Sign dir0, PointChain2D pc0, AI_Sign dir1, PointChain2D pc1, AI_Sign dir2, PointChain2D pc2) | |
| Build by chaining of point chains. | |
| PointChain2D (AI_Chain_Enum chainType, AI_Sign dir0, PointChain2D pc0, AI_Sign dir1, PointChain2D pc1, AI_Sign dir2, PointChain2D pc2, AI_Sign dir3, PointChain2D pc3) | |
| Build by chaining of point chains. | |
| PointChain2D (AI_Chain_Enum chainType, AI_Sign dir0, PointChain2D pc0, AI_Sign dir1, PointChain2D pc1, AI_Sign dir2, PointChain2D pc2, AI_Sign dir3, PointChain2D pc3, AI_Sign dir4, PointChain2D pc4) | |
| Build by chaining of point chains. | |
| PointChain2D (AI_Bez_Enum bezType, DispoHypParam dhp, Vec2D pos0, Vec2D pos1, Vec2D pos2) | |
| Build by chaining of point chains. | |
| PointChain2D (AI_Bez_Enum bezType, DispoHypParam dhp, Vec2D pos0, Vec2D pos1, Vec2D pos2, Vec2D pos3) | |
| Build by chaining of point chains. | |
| PointChain2D (AI_Extract_Enum extractType, PointChain2D pc, int index0, int index1) | |
| Build by extracting from an existing PointChain2D. | |
| Vec2D | Vec2DByIndex (int index) |
| Position at node index. | |
| Vec2D | NormVec2DByIndex (int index) |
| Unity vector normal to point chain at node index. | |
| void | Append (AI_Sign_Enum dir, const PointChain2D &ptChExt) |
| Append a point chain. | |
|
|
default constr.
|
|
||||||||||||||||||||||||
|
Build by AiBlade2D.
|
|
||||||||||||||||||||||||
|
Build by chaining of point chains.
|
|
||||||||||||||||||||||||||||||||
|
Build by chaining of point chains.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Build by chaining of point chains.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Build by chaining of point chains.
|
|
||||||||||||||||||||||||
|
Build by chaining of point chains.
|
|
||||||||||||||||||||||||||||
|
Build by chaining of point chains.
|
|
||||||||||||||||||||
|
Build by extracting from an existing PointChain2D.
|
|
|
Position at node index.
|
|
|
Unity vector normal to point chain at node index. The point chain direction is estimated by parabolical connection of predecessor, current node and successor. The direction is turnd by 90 deg against mathematical postitive rotation (in fact: let y turn to x).
|
|
||||||||||||
|
Append a point chain.
|
1.4.6-NO