![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <QuadricError.h>
Public Member Functions | |
| FPlaneData (const TVector< RealType > &Normal, const TVector< RealType > &Point) | |
| FPlaneData (RealType w, const FPlaneData &other) | |
| FPlaneData (const FPlaneData &other) | |
| FPlaneData () | |
| void | Add (const FPlaneData &other) |
| void | Add (RealType w, const FPlaneData &other) |
| FPlaneData & | operator= (const FPlaneData &other) |
Public Attributes | |
| TVector< RealType > | N |
| RealType | Dist |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Add scalar multiple of a FPlaneData to this FPlaneData
|
inline |
| RealType UE::Geometry::TVolPresQuadricError< RealType >::FPlaneData::Dist |
| TVector<RealType> UE::Geometry::TVolPresQuadricError< RealType >::FPlaneData::N |