Search
Utilities.DistanceSq Method (Point, Point)
See Also
 






Calculates the square of the distance between the specified points.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static double DistanceSq (
    Point pt1,
    Point pt2
)

Visual Basic  Copy Code

Public Shared Function DistanceSq( _
    pt1 As Point, _
    pt2 As Point _
) As Double

 Parameters

pt1

pt2

 Return Value

 See Also