Ark Server API (ASA) - Wiki
|
#include <CapsuleShape.h>
Public Types | |
using | FReal = T |
Public Member Functions | |
TCapsuleShape () | |
TCapsuleShape (TVector< T > InCenter, T InRadius, TVector< T > InOrientation, T InLength) | |
template<typename FArg , TEMPLATE_REQUIRES(!std::is_same_v< T, FArg >) > | |
TCapsuleShape (const TCapsuleShape< FArg > &From) | |
Public Attributes | |
TVector< T > | Center |
T | Radius |
TVector< T > | Orientation |
T | Length |
Definition at line 19 of file CapsuleShape.h.
Definition at line 21 of file CapsuleShape.h.
|
inline |
Default constructor.
Definition at line 38 of file CapsuleShape.h.
|
inline |
Create and inintialize a new instance.
InCenter | The capsule's center point. |
InRadius | The capsule's radius. |
InOrientation | The capsule's orientation in space. |
InLength | The capsule's length. |
Definition at line 48 of file CapsuleShape.h.
|
inlineexplicit |
Definition at line 57 of file CapsuleShape.h.
The capsule's center point.
Definition at line 24 of file CapsuleShape.h.
T UE::Math::TCapsuleShape< T >::Length |
The capsule's length.
Definition at line 33 of file CapsuleShape.h.
The capsule's orientation in space.
Definition at line 30 of file CapsuleShape.h.
T UE::Math::TCapsuleShape< T >::Radius |
The capsule's radius.
Definition at line 27 of file CapsuleShape.h.