Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSphere3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SphereTypes.h | |||
| SphereTypes.h |
Contains(const TVector< T > &)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SphereTypes.h |
| Include Path | #include "SphereTypes.h" |
bool Contains
(
const TVector < T > & Point
) const
true if Sphere contains given Point
Contains(const TSphere3< T > &)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SphereTypes.h |
| Include Path | #include "SphereTypes.h" |
bool Contains
(
const TSphere3 < T > & OtherSphere
) const
true if Sphere contains given OtherSphere