Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/VectorTypes.h |
| Include | #include "VectorTypes.h" |
namespace UE
{
namespace Geometry
{
template<typename T>
UE::Math::TVector < T > UE::Geometry::Blend3
(
const UE::Math::TVector < T > & A,
const UE::Math::TVector < T > & B,
const UE::Math::TVector < T > & C,
const T & WeightA,
const T & WeightB,
const T & WeightC
)
}
}