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>
T UE::Geometry::DotPerp
(
const UE::Math::TVector2 < T > & V1,
const UE::Math::TVector2 < T > & V2
)
}
}
dot product of V1 with PerpCW(V2), ie V2 rotated 90 degrees clockwise