DistanceSquared Method (Point2D)
In This Topic
Gets the square of the distance to the given point.
Syntax
'Declaration
Public Function DistanceSquared( _
ByVal As Point2D _
) As System.Double
public System.double DistanceSquared(
Point2D
)
Parameters
- pt
See Also