Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/ShapeApproximation
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include | #include "ShapeApproximation/SimpleShapeSet3.h" |
Syntax
struct FLevelSetShape3d
Remarks
FLevelSetShape is a 3D signed distance function sampled on a regular grid
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CellSize | ||
| FDenseGrid3f | Grid | ||
| FTransform3d | GridTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLevelSetShape3d
(
const FTransform3d& GridTransform, |
|||
FLevelSetShape3d
(
FTransform3d&& GridTransform, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOrientedBox3d | GetGridBox () |
||
| ESimpleShapeType | GetShapeType () |