module documentation
Norm_Types module.
| Function | norm |
Converts a norm name to a norm type. |
| Function | norm |
A valid norm type is passed through, but an invalid norm type converts to the default type. |
| Function | norm |
Converts a norm type to a norm name. |
| Constant | NORM |
Norm type: Angle XZ. |
| Constant | NORM |
Norm type: Angle YZ. |
| Constant | NORM |
Norm type: Divergence. |
| Constant | NORM |
Map of norm types to names. |
| Constant | NORM |
Norm type: Radius X. |
| Constant | NORM |
Norm type: Radius Y. |
| Constant | NORM |
Norm type: Radius XZ. |
| Constant | NORM |
Norm type: Radius YZ. |
| Constant | NORM |
Norm type: Radius Z. |
| Constant | NORM |
Norm type: Angle XY. |
| Constant | NORM |
Norm type: Radius XY. |
| Constant | NORM |
Norm type: Y. |
| Constant | NORM |
Norm type: Z. |
| Constant | NORM |
Norm type: Radius. |
| Variable | |
Default norm type. |
Converts a norm name to a norm type.
| Parameters | |
normstr | Norm name @return Norm type |
| Returns | |
int | Undocumented |
A valid norm type is passed through, but an invalid norm type converts to the default type.
| Parameters | |
normint | Norm type |
| Returns | |
int | Safe norm type |