Calc.Bisect Method

Computes the bisector. In this case, computes the point between two 'leg' points that will split them with equal angles with respect to a tip.
public static Point2d Bisect( 
   Point2d tip
   Point2d leg1
   Point2d leg2 
)

Parameters

tip
Point2d

leg1
Point2d

leg2
Point2d

Return Value

Point2d

A point between leg1 and leg 2.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition