Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TTriangle2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RealType SignedArea () |
TriangleTypes.h | ||
static RealType SignedArea
(
const TVector2< RealType >& A, |
TriangleTypes.h |
SignedArea()
| Name | SignedArea |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/TriangleTypes.h |
| Include Path | #include "TriangleTypes.h" |
RealType SignedArea() const
signed area of triangle
SignedArea(const TVector2< RealType > &, const TVector2< RealType > &, const TVector2< RealType > &)
| Name | SignedArea |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/TriangleTypes.h |
| Include Path | #include "TriangleTypes.h" |
static RealType SignedArea
(
const TVector2 < RealType > & A,
const TVector2 < RealType > & B,
const TVector2 < RealType > & C
)
signed area of triangle
Parameters
| Name | Remarks |
|---|---|
| A | first vertex of triangle |
| B | second vertex of triangle |
| C | third vertex of triangle |