Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FEdge > API/Runtime/Core/Math/FEdge/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Edge.h |
Include | #include "Math/Edge.h" |
FEdge
(
FVector V1,
FVector V2
)
Remarks
Creates and initializes a new edge from two vertices.
Parameters
Name | Description |
---|---|
V1 | The first vertex. |
V2 | The second vertex. |