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
(
const TSphere < T > * Spheres,
int32 Count
)
Remarks
Constructor.
Parameters
Name | Description |
---|---|
Spheres | Pointer to list of spheres this sphere must contain. |
Count | How many points are in the list. |