This document is archived and information here might be outdated. Recommended version. |
Provides access to members that construct an angle using other geometries and measures. This interface is implemented by the GeometryEnvironment object.
ConstructAngle returns the angle formed either by three input points used to define the angle or an input line (and the implied baseline). The constructed angle is returned in radians and is always between -Pi and Pi.
Name | Description | |
---|---|---|
ConstructLine | Constructs the angle between the infinite line containing the input line segment and the positive x-axis. | |
ConstructThreePoint | Constructs the angle included in three points. |
Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |