Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CircleTypes.h |
| Include | #include "CircleTypes.h" |
Syntax
template<typename RealType>
struct TCircle2
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsReversed | ||
| TVector2< RealType > | Center | ||
| RealType | Radius |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| RealType | |||
| RealType | GetArea () |
||
| TAxisAlignedBox2< RealType > | |||
| RealType | GetBoundingPolygonRadius
(
int NumSides |
||
| RealType | |||
| RealType | GetCurvature () |
||
| RealType | GetDiameter () |
||
| TVector2< RealType > | GetPointFromAngleD
(
RealType AngleDeg |
||
| TVector2< RealType > | GetPointFromAngleR
(
RealType AngleRad |
||
| TVector2< RealType > | GetPointFromUnitParameter
(
RealType UnitParam |
||
| RealType | |||
| bool | |||
| bool | IsInsideOrOn
(
const TVector2< RealType >& Point |
||
| void | SetArea
(
RealType NewArea |
||
| void | SetCircumference
(
RealType NewCircumference |
||
| void | SetDiameter
(
RealType NewDiameter |
||
| RealType | SignedDistance
(
const TVector2< RealType >& Point |