Click or drag to resize

MathHelper.BulgeArea Method

Returns the bulge area.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static double BulgeArea(
	Vector2 u,
	Vector2 v,
	double bulge
)

Parameters

u
Type: DXFReaderNET.Vector2
Start point.
v
Type: DXFReaderNET.Vector2
End point.
bulge
Type: System.Double
The bulge is the tangent of one fourth the included angle for an arc segment, made negative if the arc goes clockwise from the start point to the endpoint. A bulge of 0 indicates a straight segment, and a bulge of 1 is a semicircle.

Return Value

Type: Double
Bulge area in drawing units.
See Also