Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TVolPresQuadricError
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/QuadricError.h |
| Include | #include "QuadricError.h" |
Syntax
struct FPlaneData
Variables
| Type | Name | Description | |
|---|---|---|---|
| RealType | Dist | ||
| TVector< RealType > | N |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPlaneData () |
|||
FPlaneData
(
const FPlaneData& other |
|||
FPlaneData
(
const TVector< RealType >& Normal, |
|||
FPlaneData
(
RealType w, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FPlaneData& other |
||
| void | Add
(
RealType w, |
Add scalar multiple of a FPlaneData to this FPlaneData |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPlaneData & | operator=
(
const FPlaneData& other |