CircleGetQuadrant Method
Return the ordinal index of quadrant in which the specified angle is
located.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static int GetQuadrant(
float angle
)
Public Shared Function GetQuadrant (
angle As Single
) As Integer
No code example is currently available or this language may not be supported.
- angle Single
-
The angle for which the quadrant index will be found, in radians.
Int32
The ordinal quadrant index occupied by the specified angle.
Following are the quadrant assignments in this version.
- Quadrant 0. +X, +Y.
- Quadrant 1. -X, +Y.
- Quadrant 2. -X, -Y.
- Quadrant 3. +X, -Y.