Navigation
API > API/Runtime > API/Runtime/GeometryCore
Vector type policies based on dimension and numeric type
| Name | TVectorPolicy |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/ParameterizedTypes.h |
| Include Path | #include "Splines/ParameterizedTypes.h" |
Syntax
template<typename T, int32 D>
struct TVectorPolicy
Struct Specializations
| Name | Remarks |
|---|---|
| TVectorPolicy< double, 2 > | |
| TVectorPolicy< double, 3 > | |
| TVectorPolicy< double, 4 > | |
| TVectorPolicy< float, 2 > | Specializations for 2D vectors. |
| TVectorPolicy< float, 3 > | Specializations for 3D vectors |
| TVectorPolicy< float, 4 > | Specializations for 4D vectors. |
| TVectorPolicy< int32, 2 > | |
| TVectorPolicy< int32, 3 > | |
| TVectorPolicy< int32, 4 > |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | void | Default case - invalid. | Splines/ParameterizedTypes.h |