You are here: Start » AVL.NET » MagnitudeMeasure Enumeration
MagnitudeMeasure Enumeration
Method of estimation of the vectors' magnitude.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| Average | \(A_{Average}=\frac{|x|+|y|}{8}\) |
| Horizontal | \(A_{Horizontal}=\frac{|x|}{4}\) |
| Hypot | \(A_{Hypot}=\frac{\sqrt{x^{2}+y^{2} } }{4}\) |
| Maximum | \(A_{Maximum}=\frac{Max(|x|,|y|)}{4}\) |
| Sum | \(A_{Sum}=Saturate({\frac{|x|+|y|}{4} })\) |
| Vertical | \(A_{Vertical}=\frac{|y|}{4}\) |
