public class CirclePublic Class CircleNo code example is currently available or this language may not be supported.| Circle | Initializes a new instance of the Circle class |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetAngleAtSliceIndex | Given a circle sliced symmetrically into multiple equal slices with a reference to 0 degrees, return the starting angle of the slice at the specified index, in radians. |
| GetArcBoundingBox(FVector2, FVector2, FVector2, ArcDirectionEnum) | Return a reference to the bounding box for a circular arc being measured by center point, start point, and end point, with a winding direction. |
| GetArcBoundingBox(FVector2, FVector2, FVector2, WindingOrientationEnum, DrawingSpaceEnum) | Return a reference to the bounding box for a circular arc being measured by center point, start point, and end point, with a winding direction. |
| GetHashCode | (Inherited from Object) |
| GetQuadrant | Return the ordinal index of quadrant in which the specified angle is located. |
| GetQuadrantCrossings(Single, Single, ArcDirectionEnum) | Return an array containing the ordinal quadrant crossings of the quadrants occupied by the specified arc. |
| GetQuadrantCrossings(Single, Single, WindingOrientationEnum, DrawingSpaceEnum) | Return an array containing the ordinal quadrant crossings of the quadrants occupied by the specified arc. |
| GetQuadrantsOccupied(Single, Single, ArcDirectionEnum) | Return an array containing the ordinal quadrant positions of the quadrants occupied by the specified arc. |
| GetQuadrantsOccupied(Single, Single, WindingOrientationEnum, DrawingSpaceEnum) | Return an array containing the ordinal quadrant positions of the quadrants occupied by the specified arc. |
| GetType | (Inherited from Object) |
| GetVertices | Return a list of vertices for a circle of the specified size centered at the provided location. |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |