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