![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IntrTriangle2AxisAlignedBox2.h>
Public Member Functions | |
| TIntrTriangle2AxisAlignedBox2 () | |
| TIntrTriangle2AxisAlignedBox2 (TTriangle2< Real > Triangle, TAxisAlignedBox2< Real > Box, bool bTriangleIsOriented=true) | |
| TTriangle2< Real > | GetTriangle () const |
| bool | IsTriangleOriented () const |
| TTriangle2< Real > | GetBox () const |
| void | SetTriangle (const TTriangle2< Real > &TriangleIn) |
| void | SetTriangleOriented (const bool bIsOrientedIn) |
| void | SetBox (const TAxisAlignedBox2< Real > &BoxIn) |
| bool | Test () |
Protected Attributes | |
| TTriangle2< Real > | Triangle |
| TAxisAlignedBox2< Real > | Box |
| bool | bTriangleIsOriented = true |
Compute intersection between a 2D triangle and a 2D axis-aligned box
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |