Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TSphere > TSphere
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
Include | #include "Math/Sphere.h" |
TSphere
&40;
TVector< T > InV,
T InW
&41;
Remarks
Creates and initializes a new sphere with the specified parameters.
Parameters
Name | Description |
---|---|
InV | Center of sphere. |
InW | Radius of sphere. |