Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Normalize(TVec *X, double Offset, double Factor); | Compute (X + Offset)/Factor |
| 2 | Vector Normalize(TVec *X, const TCplx &Offset, const TCplx &Factor); | Compute (X + Offset)/Factor |
| 3 | Vector Normalize(TVec *X, const TCplx &Offset, double Factor); | Compute (X + Offset)/Factor |
| 4 | Matrix Normalize(TMtx *X, double Offset, double Factor); | Compute (X + Offset)/Factor |
| 5 | Matrix Normalize(TMtx *X, const TCplx &Offset, const TCplx &Factor); | Compute (X + Offset)/Factor |
| 6 | Matrix Normalize(TMtx *X, const TCplx &Offset, double Factor); | Compute (X + Offset)/Factor |
Overload 1: Vector Normalize(TVec *X, double Offset, double Factor);
Compute (X + Offset)/Factor
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | |
| 2 | Offset | double | |
| 3 | Factor | double |
Remarks:
Internally calls Vector::Normalize
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Vector Normalize(TVec *X, const TCplx &Offset, const TCplx &Factor);
Compute (X + Offset)/Factor
Remarks:
Internally calls Vector::Normalize
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 3: Vector Normalize(TVec *X, const TCplx &Offset, double Factor);
Compute (X + Offset)/Factor
Remarks:
Internally calls Vector::Normalize
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 4: Matrix Normalize(TMtx *X, double Offset, double Factor);
Compute (X + Offset)/Factor
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * | |
| 2 | Offset | double | |
| 3 | Factor | double |
Remarks:
Internally calls Matrix::Normalize
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 5: Matrix Normalize(TMtx *X, const TCplx &Offset, const TCplx &Factor);
Compute (X + Offset)/Factor
Remarks:
Internally calls Matrix::Normalize
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 6: Matrix Normalize(TMtx *X, const TCplx &Offset, double Factor);
Compute (X + Offset)/Factor
Remarks:
Internally calls Matrix::Normalize
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler