Search
Geometry.AngleFromPoints Method
See Also
 






Returns the angle between (p1, p2) and (p1, p3).

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static double AngleFromPoints (
    Point p1,
    Point p2,
    Point p3
)

Visual Basic  Copy Code

Public Shared Function AngleFromPoints( _
    p1 As Point, _
    p2 As Point, _
    p3 As Point _
) As Double

 Parameters

p1

p2

p3

 Return Value

 See Also