Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include | #include "Chaos/ArrayFaceND.h" |
Syntax
template<class T>
class TArrayFaceND< T, 3 >
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArrayFaceND< T, 3 > | Copy () |
||
| void | Fill
(
const T& Scalar |
||
| const TArrayND< T, 3 > & | GetComponent
(
const int32 Axis |
||
| TArrayND< T, 3 > & | GetComponent
(
const int32 Axis |
||
TArrayFaceND
(
const TUniformGrid< FReal, 3 >& Grid |
|||
TArrayFaceND
(
const TVec3< int32 >& Counts |
|||
TArrayFaceND
(
const TArrayFaceND< T, 3 >& Other |
|||
TArrayFaceND
(
TArrayFaceND< T, 3 >&& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| T & | operator()
(
const Pair< int32, TVec3< int32 > >& Index |
||
| const T & | operator()
(
const Pair< int32, TVec3< int32 > >& Index |
||
| T & | operator()
(
const int32 Axis, |
||
| const T & | operator()
(
const int32 Axis, |