Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TCoreSphere |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/CoreSphere.h |
| Include Path | #include "Chaos/CoreSphere.h" |
Syntax
template<class T, int d>
class TCoreSphere
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCoreSphere () |
Chaos/CoreSphere.h | ||
TCoreSphere
(
const TCoreSphere& |
Chaos/CoreSphere.h | ||
TCoreSphere
(
TCoreSphere&& |
Chaos/CoreSphere.h | ||
TCoreSphere
(
const TVector< T, d >& InCenter, |
Chaos/CoreSphere.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Center | FVec3f | Chaos/CoreSphere.h | ||
| Radius | FRealSingle | Chaos/CoreSphere.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FVec3f & GetCenter() |
Chaos/CoreSphere.h | ||
FRealSingle GetRadius() |
Chaos/CoreSphere.h | ||
| Chaos/CoreSphere.h | |||
void SetCenter
(
const FVec3f& InCenter |
Chaos/CoreSphere.h | ||
void SetRadius
(
const FRealSingle InRadius |
Chaos/CoreSphere.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCoreSphere & operator=
(
const TCoreSphere& |
Chaos/CoreSphere.h | ||
TCoreSphere & operator=
(
TCoreSphere&& |
Chaos/CoreSphere.h |