Calculates Distance between given vector and this
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public double Distance( Vector2D v ) |
| Visual Basic (Declaration) |
|---|
Public Function Distance ( _ v As Vector2D _ ) As Double |
| Visual C++ |
|---|
public: double Distance( Vector2D v ) |
Parameters
- v
- Type: Hyleos.Common.Geometry..::.Vector2D
Vector to use for distance calculation