Distance From a Point ===================== .. image:: https://github.com/nortikin/sverchok/assets/14288520/81fbca08-46c5-49a5-9ba3-2d7e5e7babf7 :target: https://github.com/nortikin/sverchok/assets/14288520/81fbca08-46c5-49a5-9ba3-2d7e5e7babf7 Functionality ------------- .. image:: https://github.com/nortikin/sverchok/assets/14288520/3a7b31e5-5fc4-4cb9-9699-ebbb1e7e3cfe :target: https://github.com/nortikin/sverchok/assets/14288520/3a7b31e5-5fc4-4cb9-9699-ebbb1e7e3cfe Inputs ------ Parameters ---------- * **Metric**. * **Euclidean**. Standard euclidean distance - sqrt(dx*dx + dy*dy + dz*dz) * **Chebyshev**. Chebyshev distance - abs(dx, dy, dz) * **Manhattan**. Manhattan distance - abs(dx) + abs(dy) + abs(dz) * **Custom**. Custom Minkowski metric defined by exponent factor .. image:: https://github.com/nortikin/sverchok/assets/14288520/819881bb-4371-4f2f-a0ca-81593dc21448 :target: https://github.com/nortikin/sverchok/assets/14288520/819881bb-4371-4f2f-a0ca-81593dc21448 * **Exponent**. Exponent for Minkowski metric. Only for Metric is "Custom". .. image:: https://github.com/nortikin/sverchok/assets/14288520/5f80a860-a7ca-46f5-b8d4-5e46b4bdda6c :target: https://github.com/nortikin/sverchok/assets/14288520/5f80a860-a7ca-46f5-b8d4-5e46b4bdda6c * **Falloff type**. .. image:: https://github.com/nortikin/sverchok/assets/14288520/eaa82fe0-c7b8-4c6b-9c8c-0a2dc3cf0024 :target: https://github.com/nortikin/sverchok/assets/14288520/eaa82fe0-c7b8-4c6b-9c8c-0a2dc3cf0024 * **Clamp**. Restrict coefficient with R. * **Center**. * **Amplitude** * **Coefficient** Outputs ------- * **Field** Examples of usage ----------------- .. image:: https://github.com/nortikin/sverchok/assets/14288520/0b2fb4f0-ba5d-44d0-9e6c-a33d3f297370 :target: https://github.com/nortikin/sverchok/assets/14288520/0b2fb4f0-ba5d-44d0-9e6c-a33d3f297370 * Generator-> :doc:`Box ` * Fields-> :doc:`Evaluate Scalar Field ` * Spacial-> :doc:`Vector P Field ` * Transform-> :doc:`Noise Displace ` * Number-> :doc:`Map Range ` * MUL X: Number-> :doc:`Scalar Math ` * Vector-> :doc:`Vector In ` * Matrix-> :doc:`Matrix In ` * Matrix-> :doc:`Matrix Math ` * Viz-> :doc:`Viewer Draw ` .. image:: https://github.com/nortikin/sverchok/assets/14288520/d5984e13-43c9-495e-9545-90055055b157 :target: https://github.com/nortikin/sverchok/assets/14288520/d5984e13-43c9-495e-9545-90055055b157