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