Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/Curve
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/Curve/PolygonOffsetUtils.h |
| Include | #include "Curve/PolygonOffsetUtils.h" |
Syntax
template<typename GeometryType, typename RealType>
class TOffsetPolygon2
Remarks
Offsets a given polygon (a polyline or closed polygon), determined by EndType by a given amount.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | DefaultStepsPerRadianScale | ||
| EPolygonOffsetEndType | EndType | ||
| EPolygonOffsetJoinType | JoinType | ||
| double | MaxStepsPerRadian | ||
| RealType | MiterLimit | ||
| RealType | Offset | ||
| TArray< GeometryType > | Polygons | Input. | |
| TArray< UE::Geometry::TGeneralPolygon2< RealType > > | Result | Output. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOffsetPolygon2
(
const TArray< GeometryType >& InPolygons |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |