Click or drag to resize

Triangle2dGetAngleAt Method

Gets the angle between two sides at the specified index.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public double GetAngleAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of the vertex.

Return Value

Type: Double
The angle in radians.
See Also