Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TCircle3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCircle3 () |
CircleTypes.h | ||
TCircle3
(
const RealType& RadiusIn |
CircleTypes.h | ||
| CircleTypes.h | |||
| CircleTypes.h |
TCircle3()
| Name | TCircle3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CircleTypes.h |
| Include Path | #include "CircleTypes.h" |
TCircle3()
TCircle3(const RealType &)
| Name | TCircle3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CircleTypes.h |
| Include Path | #include "CircleTypes.h" |
TCircle3
(
const RealType & RadiusIn
)
TCircle3(const TVector< RealType > &, const RealType &)
| Name | TCircle3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CircleTypes.h |
| Include Path | #include "CircleTypes.h" |
TCircle3
(
const TVector < RealType > & CenterIn,
const RealType & RadiusIn
)
TCircle3(const TFrame3< RealType > &, const RealType &)
| Name | TCircle3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CircleTypes.h |
| Include Path | #include "CircleTypes.h" |
TCircle3
(
const TFrame3 < RealType > & FrameIn,
const RealType & RadiusIn
)