Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/CoreFwd.h |
Include |
#include "CoreFwd.h" |
template<typename T>
struct TSphere
Name | Description | ||
---|---|---|---|
|
TVector< T > |
Center |
The sphere's center point. |
|
T |
W |
The sphere's radius. |
Name | Description | |
---|---|---|
|
TSphere() |
Default constructor (no initialization). |
|
TSphere |
|
|
TSphere |
|
|
TSphere |
Forward declarations for complex constructors. |
|
TSphere |
|
|
TSphere |
|
|
TSphere |
|
|
TSphere ( |
Creates and initializes a new sphere. |
|
TSphere ( |
Constructor. |
|
TSphere ( |
Conversion from other variant type. |
|
TSphere ( |
Creates and initializes a new sphere with the specified parameters. |
|
TSphere |
Constructor. |
|
TSphere |
Constructor. |
|
TSphere |
|
|
TSphere |
Name | Description | ||
---|---|---|---|
|
Equals ( |
Check whether two spheres are the same within specified tolerance. |
|
|
T |
GetVolume() |
Get volume of the current sphere |
|
Intersects ( |
Test whether this sphere intersects another. |
|
|
IsInside ( |
Check whether sphere is inside of another. |
|
|
IsInside ( |
Checks whether the given location is inside this sphere. |
|
|
TSphere< T > |
TransformBy ( |
Get result of Transforming sphere by Matrix. |
|
TSphere< T > |
TransformBy ( |
Get result of Transforming sphere with Transform. |
Name |
Description |
---|---|
FReal |