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